diff options
Diffstat (limited to 'system/salt/README')
-rw-r--r-- | system/salt/README | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/system/salt/README b/system/salt/README index 4a0e317186..de96dc0bf1 100644 --- a/system/salt/README +++ b/system/salt/README @@ -38,12 +38,11 @@ only the daemons you actually want, by making the rc scripts executable. /etc/rc.d/rc.salt-syndic start fi -On a master, you should enable the salt-master daemon, and probably also -the salt-minion daemon: +On a master, you should enable the salt-master daemon: - chmod +x /etc/rc.d/rc.salt-{master,minion} + chmod +x /etc/rc.d/rc.salt-master -On a minion, you should enable only the salt-minion daemon: +On a minion, you should enable the salt-minion daemon: chmod +x /etc/rc.d/rc.salt-minion |