Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
ExternalMirrors
/
nginx-formula
espelhamento de
https://github.com/saltstack-formulas/nginx-formula
Observar
1
Favorito
0
Fork
1
Código
Issues
0
Versões
34
Wiki
Atividade
Ver código fonte
Fix the command that was killing nginx process.
tags/v0.55.0
Elliot Murphy
9 anos atrás
pai
b068bc6a9d
commit
3ef1cf5265
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Mostrar estatísticas do Diff
+1
-1
nginx/package.sls
+ 1
- 1
nginx/package.sls
Ver arquivo
@@ -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:
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar