summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/server/plugins/generators/rules.txt56
1 files changed, 30 insertions, 26 deletions
diff --git a/doc/server/plugins/generators/rules.txt b/doc/server/plugins/generators/rules.txt
index 511cfbb47..fe60a24fd 100644
--- a/doc/server/plugins/generators/rules.txt
+++ b/doc/server/plugins/generators/rules.txt
@@ -116,32 +116,36 @@ See :ref:`client-tools-actions`
Service Tag
-----------
-+----------+--------------------------+---------------------------------------+
-| Name | Description | Values |
-+==========+==========================+=======================================+
-| mode | Per Service Mode (New in | (manual|default|supervised|custom) |
-| | 1.0) | |
-+----------+--------------------------+---------------------------------------+
-| name | Service Name | String |
-+----------+--------------------------+---------------------------------------+
-| status | Should the service be | (on|off) |
-| | on or off (default: | |
-| | off). | |
-+----------+--------------------------+---------------------------------------+
-| target | Service command for | String |
-| | restart, modified | |
-| | targets require | |
-| | mode="custom" | |
-| | (default: restart) | |
-+----------+--------------------------+---------------------------------------+
-| type | Driver to use on the | (chkconfig|deb|rc-update|smf|upstart) |
-| | client to manage this | |
-| | service. | |
-+----------+--------------------------+---------------------------------------+
-| sequence | Order for service | integer |
-| | startup (debian services | |
-| | only) | |
-+----------+--------------------------+---------------------------------------+
++------------+--------------------------+---------------------------------------+
+| Name | Description | Values |
++============+==========================+=======================================+
+| mode | Per Service Mode (New in | (manual|default|supervised|custom) |
+| | 1.0) | |
++------------+--------------------------+---------------------------------------+
+| name | Service Name | String |
++------------+--------------------------+---------------------------------------+
+| status | Should the service be | (on|off) |
+| | on or off (default: | |
+| | off). | |
++------------+--------------------------+---------------------------------------+
+| target | Service command for | String |
+| | restart, modified | |
+| | targets require | |
+| | mode="custom" | |
+| | (default: restart) | |
++------------+--------------------------+---------------------------------------+
+| type | Driver to use on the | (chkconfig|deb|rc-update|smf|upstart) |
+| | client to manage this | |
+| | service. | |
++------------+--------------------------+---------------------------------------+
+| sequence | Order for service | integer |
+| | startup (debian services | |
+| | only) | |
++------------+--------------------------+---------------------------------------+
+| parameters | Pass parameters to | String |
+| | service (Upstart | |
+| | services only) | |
++------------+--------------------------+---------------------------------------+
Service mode descriptions
^^^^^^^^^^^^^^^^^^^^^^^^^