使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
ExternalMirrors
/
nginx-formula
镜像自地址
https://github.com/saltstack-formulas/nginx-formula
关注
1
点赞
0
派生
1
代码
工单
0
版本发布
34
百科
动态
浏览代码
Merge pull request
#140
from scub/nginx_old_init_onlyif_exists
nginx/package: add onlyif requisite to nginx-old-init
tags/v0.55.0
Forrest
8 年前
父节点
545944cf7f
571eb2908d
当前提交
a59ca4c26c
共有
1 个文件被更改
,包括
1 次插入
和
0 次删除
分列视图
显示文件统计
+1
-0
nginx/package.sls
+ 1
- 0
nginx/package.sls
查看文件
@@ -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'] %}
撰写
预览
正在加载...
取消
保存