Explorar el Código

Merge pull request #103 from percipient/fix-nginx-kill

Fix the command that was killing nginx process.
susefix
Forrest hace 8 años
padre
commit
5fc76853b3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      nginx/package.sls

+ 1
- 1
nginx/package.sls Ver fichero

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

Cargando…
Cancelar
Guardar