blob: a791927f5fd00ab8e9fbc2130ca08f2ac36c2190 (
plain)
1
2
3
4
5
|
check program celery-#APP_NAME# with path "/bin/systemctl --quiet is-active celery-#APP_NAME#"
start program "/bin/systemctl --quiet start celery-#APP_NAME#"
stop program "/bin/systemctl --quiet stop celery-#APP_NAME#"
if status != 0 then restart
if 5 restarts within 5 cycles then timeout
|