mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Removed keepalive option
This commit is contained in:
parent
eb5d04bdf1
commit
3ff50a2254
3 changed files with 0 additions and 6 deletions
|
@ -4,8 +4,6 @@
|
|||
<dict>
|
||||
<key>Label</key>
|
||||
<string>com.saltstack.salt.api</string>
|
||||
<key>RunAtLoad</key>
|
||||
<true/>
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>/opt/salt/bin/start-salt-api.sh</string>
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
<dict>
|
||||
<key>Label</key>
|
||||
<string>com.saltstack.salt.master</string>
|
||||
<key>KeepAlive</key>
|
||||
<true/>
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>/opt/salt/bin/start-salt-master.sh</string>
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
<dict>
|
||||
<key>Label</key>
|
||||
<string>com.saltstack.salt.syndic</string>
|
||||
<key>KeepAlive</key>
|
||||
<true/>
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>/opt/salt/bin/start-salt-syndic.sh</string>
|
||||
|
|
Loading…
Add table
Reference in a new issue