An open API service indexing awesome lists of open source software.

https://github.com/equalsraf/totalrecall

Minimalistic process watcher, in Rust
https://github.com/equalsraf/totalrecall

Last synced: 8 months ago
JSON representation

Minimalistic process watcher, in Rust

Awesome Lists containing this project

README

          

totalrecall is a minimalistic process watcher. It runs a command
and waits until it finishes, if it ends with an error (non 0 status)
it restarts the process.

$ totalrecall command ...