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:
Mike Place 2014-10-10 11:36:57 -06:00
parent ce441e36f9
commit 4ed5706474

View file

@ -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