oncrash signal? #245
hongkongkiwi
started this conversation in
General
Replies: 1 comment 1 reply
-
We recently gained support for run/tasks to assert conditions for their return status, e.g., |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to add a condition that’s automatically set when a service crashes? e.g <service/myservice/crashed> And additionally <service/myservice/running> ?
I’ve been testing respawn feature but I find I would like to handle crashes and attempt to fix the situation in some cases (E.g restore default mosquito config).
I think this feature could mean you don’t need to extend oncrash: later because a task (or event) can be setup to handle the case of a crash and run a script (or reboot) via the built in signal mechanism
Beta Was this translation helpful? Give feedback.
All reactions