Fix the command that was killing nginx process.
This commit is contained in:
parent
b068bc6a9d
commit
3ef1cf5265
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user