Strona działa najlepiej z włączonym JavaScript.
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
salt
/
nginx-formula
sforkowany z
ExternalMirrors/nginx-formula
Obserwuj
1
Polub
0
Forkuj
0
Kod
Wydania
0
Aktywność
Przeglądaj źródła
Fix the command that was killing nginx process.
susefix
Elliot Murphy
8 lat temu
rodzic
b068bc6a9d
commit
3ef1cf5265
1 zmienionych plików
z
1 dodań
i
1 usunięć
Widok podzielony
Pokaż statystyki zmian
+1
-1
nginx/package.sls
+ 1
- 1
nginx/package.sls
Wyświetl plik
@@ -23,7 +23,7 @@ nginx-old-init:
{% endif %}
module.wait:
- name: cmd.run
- cmd: kill `cat /var/run/nginx.pid`
- cmd:
sh -c "
kill `cat /var/run/nginx.pid`
"
- watch:
- file: nginx-old-init
- require_in:
Napisz
Podgląd
Ładowanie…
Anuluj
Zapisz