Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
ExternalMirrors
/
nginx-formula
mirror da
https://github.com/saltstack-formulas/nginx-formula
Segui
1
Vota
0
Forka
1
Codice
Problemi
0
Rilasci
34
Wiki
Attività
Sfoglia il codice sorgente
Fix the command that was killing nginx process.
tags/v0.55.0
Elliot Murphy
9 anni fa
parent
b068bc6a9d
commit
3ef1cf5265
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
+1
-1
nginx/package.sls
+ 1
- 1
nginx/package.sls
Vedi File
@@ -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:
Write
Preview
Loading…
Annulla
Salva