summaryrefslogtreecommitdiffstats
path: root/doc/client/tools/chkconfig.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/client/tools/chkconfig.txt')
-rw-r--r--doc/client/tools/chkconfig.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/client/tools/chkconfig.txt b/doc/client/tools/chkconfig.txt
new file mode 100644
index 000000000..35cc0969e
--- /dev/null
+++ b/doc/client/tools/chkconfig.txt
@@ -0,0 +1,15 @@
+.. -*- mode: rst -*-
+
+.. _client-tools-chkconfig:
+
+=========
+Chkconfig
+=========
+
+Tool to manage services (primarily on Red Hat 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 `restart` property in Service tags. Example:
+ ``<Service name="ftp" restart="condrestart" status="on"
+ type="chkconfig">``