This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
nginx-formula
mirror of
https://github.com/saltstack-formulas/nginx-formula
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
34
Wiki
Activity
Browse Source
nginx/package: add onlyif requisite to nginx-old-init
tags/v0.55.0
Skoobie
8 years ago
parent
545944cf7f
commit
571eb2908d
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
+1
-0
nginx/package.sls
+ 1
- 0
nginx/package.sls
View File
@@ -28,6 +28,7 @@ nginx-old-init:
- file: nginx-old-init
- require_in:
- file: nginx
- onlyif: [ -e /var/run/nginx.pid ]
# RedHat requires the init file in place to chkconfig off
{% if nginx['disable_before_rename'] %}
Write
Preview
Loading…
Cancel
Save