Created
May 5, 2019 13:21
-
-
Save tomaustin700/17a2371b4a2f6ca26375a1f7a4df5e9d to your computer and use it in GitHub Desktop.
Supervisor file for Bosun
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[program:bosun] | |
command=/bosun/bosun -c /data/bosun.toml | |
stdout_logfile=/var/log/bosun.out.log | |
stderr_logfile=/var/log/bosun.err.log | |
autostart=true | |
autorestart=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment