Fixed runlevel on nginx upstart file
This commit is contained in:
parent
6512516154
commit
2509f0d7bf
@ -3,8 +3,8 @@
|
|||||||
description "nginx http daemon"
|
description "nginx http daemon"
|
||||||
author "George Shammas <georgyo@gmail.com>"
|
author "George Shammas <georgyo@gmail.com>"
|
||||||
|
|
||||||
start on (filesystem and net-device-up IFACE=lo)
|
start on (runlevel [345] and started network)
|
||||||
stop on runlevel [!2345]
|
stop on (runlevel [!345] or stopping network)
|
||||||
|
|
||||||
env DAEMON=/usr/sbin/nginx
|
env DAEMON=/usr/sbin/nginx
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user