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
- Host: GitHub
- URL: https://github.com/equalsraf/totalrecall
- Owner: equalsraf
- License: isc
- Created: 2016-04-29T11:01:15.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-05T13:12:36.000Z (about 10 years ago)
- Last Synced: 2025-03-06T12:30:47.288Z (about 1 year ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ...