From 7adc8718c2071ef6d5a96410c6b187a199697fd9 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Mon, 11 Feb 2013 22:26:33 +0000 Subject: [PATCH] Update `README.rst` to include the newly added start daemons function. --- README.rst | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 4d066b9..b9cb6f4 100644 --- a/README.rst +++ b/README.rst @@ -110,7 +110,7 @@ In order to install salt for a distribution you need to define: install__ -4. Also optionally, define a post install function, one of: +4. Optionally, define a post install function, one of: .. code:: bash @@ -120,6 +120,23 @@ In order to install salt for a distribution you need to define: install__post +5. Optionally, define a start daemons function, one of: + +.. code:: bash + + install____start_daemons + install___start_daemons + install___start_daemons + install__start_daemons + + +.. admonition:: Attention! + + The start daemons function should be able to restart any daemons which are running, or start if + they're not running. + + + Below is an example for Ubuntu Oneiric: .. code:: bash