summaryrefslogtreecommitdiffstats
path: root/doc/client/tools
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2010-03-13 13:10:06 -0600
committerSol Jerome <solj@ices.utexas.edu>2010-03-13 13:10:06 -0600
commit41858f6c26343684a827e4bf2ddae3d0dd58a1eb (patch)
tree5cfcc0d28e6c4e6cdc7c3941b7af6e0ba1f320c4 /doc/client/tools
parent7c67a0dbf082a1e71a4434898bee2c4602fed7aa (diff)
downloadbcfg2-41858f6c26343684a827e4bf2ddae3d0dd58a1eb.tar.gz
bcfg2-41858f6c26343684a827e4bf2ddae3d0dd58a1eb.tar.bz2
bcfg2-41858f6c26343684a827e4bf2ddae3d0dd58a1eb.zip
Upstart: Add new upstart client tool
Due to the nature of the way Upstart handles service specification, turning 'servicename' off and on can be done via a configuration file located at /etc/init/<servicename>.conf. Enabling a disabled service can be done by making sure that the Upstart configuration file and the service are bundled together. Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
Diffstat (limited to 'doc/client/tools')
-rw-r--r--doc/client/tools/index.txt11
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/client/tools/index.txt b/doc/client/tools/index.txt
index 9d560ff6e..6ae903c50 100644
--- a/doc/client/tools/index.txt
+++ b/doc/client/tools/index.txt
@@ -52,8 +52,8 @@ Tool to manage services (primarily on Redhat based distros).
.. note:: Start and stop are standard arguments, but the one for reload
isn't consistent across services. You can specify which argument
- to use with the `reload` property in Service tags. Example:
- `<Service name="ftp" reload="condrestart" status="on"
+ to use with the `restart` property in Service tags. Example:
+ `<Service name="ftp" restart="condrestart" status="on"
type="chkconfig">`
DebInit
@@ -132,6 +132,13 @@ SYSV
Handles System V Packaging format that is available on Solaris.
+Upstart
+-------
+
+Upstart service support. Uses `Upstart`_ to configure services.
+
+.. _Upstart: http://upstart.ubuntu.com/
+
Yum
---