mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Update README.rst
to include the newly added start daemons function.
This commit is contained in:
parent
062fe28091
commit
7adc8718c2
1 changed files with 18 additions and 1 deletions
19
README.rst
19
README.rst
|
@ -110,7 +110,7 @@ In order to install salt for a distribution you need to define:
|
|||
install_<distro>_<install_type>
|
||||
|
||||
|
||||
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_<distro>_post
|
||||
|
||||
|
||||
5. Optionally, define a start daemons function, one of:
|
||||
|
||||
.. code:: bash
|
||||
|
||||
install_<distro>_<distro_versions>_<install_type>_start_daemons
|
||||
install_<distro>_<distro_versions>_start_daemons
|
||||
install_<distro>_<install_type>_start_daemons
|
||||
install_<distro>_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
|
||||
|
|
Loading…
Add table
Reference in a new issue