Skip to content

Commit 89d7520

Browse files
committed
deleteme: Removed hard-coded paths from upstart configs
1 parent 4897b94 commit 89d7520

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

pkg/salt-master.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ start on (net-device-up
66
stop on runlevel [!2345]
77

88
script
9-
export PATH=/usr/local/bin:$PATH
10-
exec /usr/local/bin/salt-master
9+
exec salt-master
1110
end script

pkg/salt-minion.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ respawn
99
respawn limit 10 5
1010

1111
script
12-
export PATH=/usr/local/bin:$PATH
13-
exec /usr/bin/local/salt-minion
12+
exec salt-minion
1413
end script

0 commit comments

Comments
 (0)