Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/urbit/babysit
conservative task autorestarter
https://github.com/urbit/babysit
Last synced: about 2 months ago
JSON representation
conservative task autorestarter
- Host: GitHub
- URL: https://github.com/urbit/babysit
- Owner: urbit
- Created: 2013-12-27T17:39:34.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-15T19:11:21.000Z (almost 10 years ago)
- Last Synced: 2023-08-03T07:05:50.744Z (over 1 year ago)
- Language: C
- Size: 146 KB
- Stars: 5
- Watchers: 24
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
babysit - conservative task autorestarter
=========================================
babysit forks and execs the given (assumed to be long-lived) task and
restarts it if it dies. If the task dies too many times in an interval,
babysit gives up.Installation
------------
Edit config.mk to match your local setup. make and (sudo) make install.