mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 08:35:21 +00:00
Add /usr/local/bin to $PATH in salt-minion plist
This commit is contained in:
parent
65a29e60d6
commit
2ab5ee90b3
@ -8,6 +8,11 @@
|
||||
<true/>
|
||||
<key>KeepAlive</key>
|
||||
<true/>
|
||||
<key>EnvironmentVariables</key>
|
||||
<dict>
|
||||
<key>PATH</key>
|
||||
<string>/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin</string>
|
||||
</dict>
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>/usr/local/bin/salt-minion</string>
|
||||
|
Loading…
Reference in New Issue
Block a user