diff options
Diffstat (limited to 'doc/client/tools')
-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 --- |