You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2016/10/15 09:29:16 UTC

karaf git commit: [KARAF-4726] Improve os-integration doc

Repository: karaf
Updated Branches:
  refs/heads/karaf-4.0.x baf36fe3c -> 89975eca7


[KARAF-4726] Improve os-integration doc


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/89975eca
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/89975eca
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/89975eca

Branch: refs/heads/karaf-4.0.x
Commit: 89975eca729fd36a763d512ad1759fa4989b339f
Parents: baf36fe
Author: lburgazzoli <lb...@gmail.com>
Authored: Thu Sep 22 10:13:14 2016 +0200
Committer: Jean-Baptiste Onofr� <jb...@apache.org>
Committed: Sat Oct 15 11:29:10 2016 +0200

----------------------------------------------------------------------
 manual/src/main/asciidoc/user-guide/os-integration.adoc | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/89975eca/manual/src/main/asciidoc/user-guide/os-integration.adoc
----------------------------------------------------------------------
diff --git a/manual/src/main/asciidoc/user-guide/os-integration.adoc b/manual/src/main/asciidoc/user-guide/os-integration.adoc
index 823c302..19ae83c 100644
--- a/manual/src/main/asciidoc/user-guide/os-integration.adoc
+++ b/manual/src/main/asciidoc/user-guide/os-integration.adoc
@@ -392,15 +392,14 @@ You can find these templates under the bin/contrib directory.
 
 ====== Unix
 
-The karaf-service.sh utility helps you to customize the templates.
-This utility will automatically identify the operating system and the default init system and generates ready to use init scripts.
+The karaf-service.sh utility helps you to generate ready to use scripts by automatically identify the operating system, the default init system and the template to use.
 
 [NOTE]
 ====
-You may still need to customize the generated scripts to adapt them to your environment.
+You may still need to customize the generated files to adapt them to your environment.
 ====
 
-The karaf-service.sh can be customized by define an environment variable or by passing command line options:
+The utility karaf-service.sh can be configured by defining environment variables or by passing command line options:
 
 ,===
 Command line option, Environment variable, Description
@@ -422,7 +421,7 @@ Command line option, Environment variable, Description
 
 ====== Systemd
 
-When karaf-service.sh detect Systemd, it generates two files:
+When karaf-service.sh detect Systemd, it generates three files:
 
 - a systemd unit file to manage the root Apache Karaf container
 - a systemd environment file with variables used by the root Apache Karaf container
@@ -482,7 +481,7 @@ $ svccfg import /opt/karaf-4/bin/contrib/karaf-4.xml
 
 [NOTE]
 ====
-The generated SMF descriptor is defined as transient so the start method is executed only once
+The generated SMF descriptor is defined as transient so the start method is executed once
 ====
 
 {nbsp} +