mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
updated with rhel6 examples for starting / loading at boot.
This commit is contained in:
parent
f448591b38
commit
f4ada25d4c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user