summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Digilio <jgd-github@metajoe.com>2011-01-22 10:51:18 -0800
committerJoe Digilio <jgd-github@metajoe.com>2011-01-22 10:51:18 -0800
commitd0c45fb8abbb7f77b7d947587443240ccbf03d41 (patch)
tree3e6f7584464d679de37806c9a1b2ebc6d6195a54
parentc3fc934edbab4258467ee650d4775188cf41fd12 (diff)
downloadbcfg2-d0c45fb8abbb7f77b7d947587443240ccbf03d41.tar.gz
bcfg2-d0c45fb8abbb7f77b7d947587443240ccbf03d41.tar.bz2
bcfg2-d0c45fb8abbb7f77b7d947587443240ccbf03d41.zip
Support ability to pass parameters to Upstart services
-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
^^^^^^^^^^^^^^^^^^^^^^^^^