mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove expect fork from master upstart script
This could be related to the new process manager, but I haven't investigated fully. At any rate, this allows Upstart to function correctly when starting and stopping the salt master.
This commit is contained in:
parent
ce441e36f9
commit
4ed5706474
1 changed files with 0 additions and 1 deletions
1
debian/salt-master.upstart
vendored
1
debian/salt-master.upstart
vendored
|
@ -6,7 +6,6 @@ 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…
Add table
Reference in a new issue