This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
salt
/
nginx-formula
forked from
ExternalMirrors/nginx-formula
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix the command that was killing nginx process.
susefix
Elliot Murphy
8 years ago
parent
b068bc6a9d
commit
3ef1cf5265
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
nginx/package.sls
+ 1
- 1
nginx/package.sls
View 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…
Cancel
Save