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