5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-26 06:16:07 +00:00
panel/monit.conf

9 lines
355 B
Plaintext
Raw Normal View History

2019-07-26 23:57:11 +00:00
check process sutty with pidfile /srv/http/tmp/puma.pid
2019-11-18 17:10:05 +00:00
start program = "/bin/sh -c 'cd /srv/http && foreman start migrate && foreman start sutty'"
as uid "app" and gid "www-data"
2019-04-08 18:31:29 +00:00
stop program = "/bin/sh -c 'cat /srv/http/tmp/puma.pid | xargs kill'"
2019-07-29 18:15:23 +00:00
check program sync_assets
with path /usr/local/bin/sync_assets
if status = 0 then unmonitor