Merge pull request #146 from myoung34/bugfix/upstart_runlevel

Fixed runlevel on nginx upstart file
This commit is contained in:
Niels Abspoel 2017-01-25 20:20:14 +01:00 committed by GitHub
commit c6f230f43a

View File

@ -3,8 +3,8 @@
description "nginx http daemon"
author "George Shammas <georgyo@gmail.com>"
start on (filesystem and net-device-up IFACE=lo)
stop on runlevel [!2345]
start on (runlevel [345] and started network)
stop on (runlevel [!345] or stopping network)
env DAEMON=/usr/sbin/nginx