About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
Akagi201
4/15/2015 - 7:23 AM
share
Share
add_circle_outline
Save
supervisor.md
supervisor.md
content_copy
file_download
Rendered
Source
golang port
https://github.com/echocat/caretakerd
repo
https://github.com/Supervisor/supervisor
docs
http://supervisord.org/
crash event
http://supervisord.org/events.html
superlance
crashmail:
http://superlance.readthedocs.org/en/latest/crashmail.html
https://github.com/Supervisor/superlance/blob/master/superlance/crashmail.py
usage
前台启动
supervisord
:
supervisord -n
指定
supervisord
配置文件:
supervisord -n conf_file_path
修改配置文件后生效:
kill -HUP
, 或者重启
supervisord
refs
https://github.com/sdutlinux/jwch-book/blob/master/server/supervisor.rst
http://zhangweide.cn/archive/2013/supervisor-note.html
http://lixcto.blog.51cto.com/4834175/1540169
http://linbo.github.io/2013/04/04/supervisor/
clear