diff options
author | spartanem <em@msu.edu> | 2010-03-13 14:23:40 -0500 |
---|---|---|
committer | spartanem <em@msu.edu> | 2010-03-13 14:23:40 -0500 |
commit | 7f55cfcd4c503b6b7dc77f7730fffd8c81cb83ef (patch) | |
tree | 4c298d53debaa15f41e6ed1688acc94991b2093a /doc/client/tools/index.txt | |
parent | 55de1ebdf9bbac6dd03cdb7765ffa5e408a27d16 (diff) | |
parent | 41858f6c26343684a827e4bf2ddae3d0dd58a1eb (diff) | |
download | bcfg2-7f55cfcd4c503b6b7dc77f7730fffd8c81cb83ef.tar.gz bcfg2-7f55cfcd4c503b6b7dc77f7730fffd8c81cb83ef.tar.bz2 bcfg2-7f55cfcd4c503b6b7dc77f7730fffd8c81cb83ef.zip |
Merge branch 'master' of github.com:solj/bcfg2
Diffstat (limited to 'doc/client/tools/index.txt')
-rw-r--r-- | doc/client/tools/index.txt | 11 |
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 --- |