1 Star 2 Fork 0

spwx820/cloud_db_ops

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
superviser.conf 653 Bytes
一键复制 编辑 原始数据 按行查看 历史
zw 提交于 2020-10-09 13:09 . u superviser.conf
[unix_http_server]
file=/tmp/supervisor.sock ; (the path to the socket file)
[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
[supervisorctl]
serverurl=unix:///tmp/supervisor.sock ; use a unix:// URL for a unix socket
[supervisord]
# nodaemon=true
logfile=log/supervisord.log
pidfile=log/supervisord.pid
[program:cloud_db_ops]
command=./cloud_db_ops
stopsignal=HUP
stopasgroup=true
killasgroup=true
autorestart=true
stdout_logfile=log/cloud_db_ops.log
stderr_logfile=log/cloud_db_ops.log
stdout_logfile_maxbytes = 20MB
stderr_logfile_maxbytes = 20MB
[group:main]
programs=cloud_db_ops
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/spwx/cloud_db_ops.git
git@gitee.com:spwx/cloud_db_ops.git
spwx
cloud_db_ops
cloud_db_ops
master

搜索帮助