mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
Merge pull request #13736 from jessecollier/develop
Fixing bug that prevents correct status with upstart
This commit is contained in:
commit
f4b30eddff
1
debian/salt-master.upstart
vendored
1
debian/salt-master.upstart
vendored
@ -6,6 +6,7 @@ start on (net-device-up
|
||||
stop on runlevel [!2345]
|
||||
limit nofile 100000 100000
|
||||
|
||||
expect fork
|
||||
script
|
||||
# Read configuration variable file if it is present
|
||||
[ -f /etc/default/$UPSTART_JOB ] && . /etc/default/$UPSTART_JOB
|
||||
|
Loading…
Reference in New Issue
Block a user