-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Watchcat #21
Comments
Systemd Timers
Test scriptThroughout my exploration into finding a way to use systemd to allow for a delayed execution of a script given a prescribed offset time (e.g. 30 min) that would also incorporate automatic crash recovery upon restart, I used a simple script that would echo a simple sentence appended with its date of execution:
Timer Units:
|
Goal
Setup monit to monitor the processes, and tests to ensure that they are restarted when they crash.
Notes
Initially just setup monit with a dummy process, and ensure that it is restarted when killed. Once more of the competition issues are finished, this should be changed to properly take into account the real processes.
The text was updated successfully, but these errors were encountered: