Fixed runlevel on nginx upstart file

This commit is contained in:
Marcus Young 2017-01-20 13:33:06 -06:00
parent 6512516154
commit 2509f0d7bf

View File

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