1 Star 0 Fork 0

melody100/centos7-php8

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
supervisord.service 381 Bytes
一键复制 编辑 原始数据 按行查看 历史
陈圣文 提交于 2023-11-23 21:00 . add some sh
# supervisord service for systemd (CentOS 7.0+)
# by ET-CS (https://github.com/ET-CS)
[Unit]
Description=Supervisor daemon
[Service]
Type=forking
ExecStart=/usr/local/bin/supervisord
ExecStop=/usr/local/bin/supervisord $OPTIONS shutdown
ExecReload=/usr/local/bin/supervisord $OPTIONS reload
KillMode=process
Restart=on-failure
RestartSec=42s
[Install]
WantedBy=multi-user.target
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/melody100/centos7-php8.git
git@gitee.com:melody100/centos7-php8.git
melody100
centos7-php8
centos7-php8
master

搜索帮助