소스 검색

Merge pull request #146 from myoung34/bugfix/upstart_runlevel

Fixed runlevel on nginx upstart file
susefix
Niels Abspoel 8 년 전
부모
커밋
c6f230f43a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      nginx/templates/upstart.jinja

+ 2
- 2
nginx/templates/upstart.jinja 파일 보기

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

Loading…
취소
저장