Skip to content

Instantly share code, notes, and snippets.

@tomaustin700
Created May 5, 2019 13:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomaustin700/17a2371b4a2f6ca26375a1f7a4df5e9d to your computer and use it in GitHub Desktop.
Save tomaustin700/17a2371b4a2f6ca26375a1f7a4df5e9d to your computer and use it in GitHub Desktop.
Supervisor file for Bosun
[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