Browse Source

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

Fix the command that was killing nginx process.
susefix
Forrest 8 years ago
parent
commit
5fc76853b3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      nginx/package.sls

+ 1
- 1
nginx/package.sls View File

{% endif %} {% endif %}
module.wait: module.wait:
- name: cmd.run - name: cmd.run
- cmd: kill `cat /var/run/nginx.pid`
- cmd: sh -c "kill `cat /var/run/nginx.pid`"
- watch: - watch:
- file: nginx-old-init - file: nginx-old-init
- require_in: - require_in:

Loading…
Cancel
Save