14 Star 44 Fork 7

menduo / gitit-bigger

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
sample.supervisord.conf 549 Bytes
一键复制 编辑 原始数据 按行查看 历史
shajiquan 提交于 2015-09-15 00:37 . add some useful html elements
[supervisord]
nodaemon = true
[unix_http_server]
file=/tmp/logs-gitit-supervisord.sock ; (the path to the socket file)
[supervisorctl]
serverurl=unix:///tmp/logs-gitit-supervisord.sock
[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
[program:gitit]
directory = /data/gitit
command = gitit -f my-gitit.conf
stdout_logfile = /data/gitit/logs-%(program_name)s.log
stderr_logfile = /data/gitit/logs-%(program_name)s.log
autostart = true
autorestart = true
redirect_stderr = true
numprocs = 1
Shell
1
https://gitee.com/menduo/gitit-bigger.git
git@gitee.com:menduo/gitit-bigger.git
menduo
gitit-bigger
gitit-bigger
master

搜索帮助