updated with rhel6 examples for starting / loading at boot.

This commit is contained in:
John Albietz 2013-01-20 00:18:45 -08:00
parent f448591b38
commit f4ada25d4c

View File

@ -52,7 +52,7 @@ To have the Master start automatically at boot time:
systemctl enable salt-master.service
OR
or
.. code-block:: bash
@ -65,7 +65,7 @@ To start the Master:
systemctl start salt-master.service
OR
or
.. code-block:: bash
@ -79,7 +79,7 @@ To have the Minion start automatically at boot time:
systemctl enable salt-minion.service
OR
or
.. code-block:: bash
@ -91,6 +91,8 @@ To start the Minion:
systemctl start salt-minion.service
or
.. code-block:: bash
service salt-minion start