davmac314 / dinit

Service monitoring / "init" system
Apache License 2.0
620 stars 49 forks source link

Implement auto-recovery #395

Closed JamiKettunen closed 1 month ago

JamiKettunen commented 1 month ago

In some setups it makes sense to launch dinit with --auto-recovery and handle boot failures purely via the recovery service always. Likely missing some stuff etc but this implements the feature in a hopefully proper way.

Fixes #387.

davmac314 commented 1 month ago

Thanks - I will try to review soon

davmac314 commented 1 month ago

One other thing - the man page (doc/manpages/dinit.8.m4) needs to be updated with the new option.

davmac314 commented 1 month ago

I invite contributors to add themselves to the CONTRIBUTORS file if they wish. You are welcome to do this by opening another pull request with that change. Thanks again.