Quellcode durchsuchen

Fixed runlevel on nginx upstart file

tags/v0.55.0
Marcus Young vor 8 Jahren
Ursprung
Commit
2509f0d7bf
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. +2
    -2
      nginx/templates/upstart.jinja

+ 2
- 2
nginx/templates/upstart.jinja Datei anzeigen

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

Laden…
Abbrechen
Speichern