We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4897b94 commit 89d7520Copy full SHA for 89d7520
pkg/salt-master.conf
@@ -6,6 +6,5 @@ start on (net-device-up
6
stop on runlevel [!2345]
7
8
script
9
-export PATH=/usr/local/bin:$PATH
10
-exec /usr/local/bin/salt-master
+exec salt-master
11
end script
pkg/salt-minion.conf
@@ -9,6 +9,5 @@ respawn
respawn limit 10 5
12
13
-exec /usr/bin/local/salt-minion
+exec salt-minion
14
0 commit comments