summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHolger Weiß <holger@zedat.fu-berlin.de>2011-07-11 23:23:09 +0200
committerHolger Weiß <holger@zedat.fu-berlin.de>2011-07-11 23:23:09 +0200
commit5c7e54e7edd7f14522398c31b13b10ddb0f8eb17 (patch)
tree61ecc23c9bd07ad5e3ae6ed7446f1c76fb15acd0 /doc
parent314d032673384956fbe791e1105e17b1a4bbb7ec (diff)
downloadbcfg2-5c7e54e7edd7f14522398c31b13b10ddb0f8eb17.tar.gz
bcfg2-5c7e54e7edd7f14522398c31b13b10ddb0f8eb17.tar.bz2
bcfg2-5c7e54e7edd7f14522398c31b13b10ddb0f8eb17.zip
doc: Add missing <Service> attribute value
Add "interactive_only" to the list of supported <Service> mode values.
Diffstat (limited to 'doc')
-rw-r--r--doc/server/plugins/generators/rules.txt44
1 files changed, 22 insertions, 22 deletions
diff --git a/doc/server/plugins/generators/rules.txt b/doc/server/plugins/generators/rules.txt
index 05baa2dbb..369fb8ae6 100644
--- a/doc/server/plugins/generators/rules.txt
+++ b/doc/server/plugins/generators/rules.txt
@@ -114,28 +114,28 @@ See :ref:`client-tools-actions`
Service Tag
-----------
-+------------+-------------------------------+-----------------------------------------------+
-| Name | Description | Values |
-+============+===============================+===============================================+
-| mode | Per Service Mode (New in 1.0) | (manual | default | supervised) |
-+------------+-------------------------------+-----------------------------------------------+
-| name | Service Name | String |
-+------------+-------------------------------+-----------------------------------------------+
-| status | Should the service be on or | (on | off | ignore) |
-| | off (default: off). | |
-+------------+-------------------------------+-----------------------------------------------+
-| target | Service command for restart | String |
-| | (default: restart) | |
-+------------+-------------------------------+-----------------------------------------------+
-| type | Driver to use on the client | (chkconfig | deb | rc-update | smf | upstart) |
-| | to manage this service. | |
-+------------+-------------------------------+-----------------------------------------------+
-| sequence | Order for service startup | integer |
-| | (debian services only) | |
-+------------+-------------------------------+-----------------------------------------------+
-| parameters | Pass parameters to service | String |
-| | (Upstart services only) | |
-+------------+-------------------------------+-----------------------------------------------+
++------------+-------------------------------+-----------------------------------------------------+
+| Name | Description | Values |
++============+===============================+=====================================================+
+| mode | Per Service Mode (New in 1.0) | (manual | default | supervised | interactive_only ) |
++------------+-------------------------------+-----------------------------------------------------+
+| name | Service Name | String |
++------------+-------------------------------+-----------------------------------------------------+
+| status | Should the service be on or | (on | off | ignore) |
+| | off (default: off). | |
++------------+-------------------------------+-----------------------------------------------------+
+| target | Service command for restart | String |
+| | (default: restart) | |
++------------+-------------------------------+-----------------------------------------------------+
+| type | Driver to use on the client | (chkconfig | deb | rc-update | smf | upstart) |
+| | to manage this service. | |
++------------+-------------------------------+-----------------------------------------------------+
+| sequence | Order for service startup | integer |
+| | (debian services only) | |
++------------+-------------------------------+-----------------------------------------------------+
+| parameters | Pass parameters to service | String |
+| | (Upstart services only) | |
++------------+-------------------------------+-----------------------------------------------------+
Service mode descriptions
^^^^^^^^^^^^^^^^^^^^^^^^^