Merge pull request #13736 from jessecollier/develop

Fixing bug that prevents correct status with upstart
This commit is contained in:
Joseph Hall 2014-06-25 14:14:11 -06:00
commit f4b30eddff

View File

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