https://github.com/marcelog/daemontools-tools
A set of tools to extend daemontools services
https://github.com/marcelog/daemontools-tools
Last synced: 7 months ago
JSON representation
A set of tools to extend daemontools services
- Host: GitHub
- URL: https://github.com/marcelog/daemontools-tools
- Owner: marcelog
- Created: 2013-06-23T16:04:52.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-10-07T16:41:39.000Z (over 12 years ago)
- Last Synced: 2025-02-22T16:05:57.193Z (over 1 year ago)
- Language: Shell
- Size: 117 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
A set of tools (shell scripts) to extend [daemontools](http://cr.yp.to/daemontools.html) services.
What it does:
* Almost generically: run your services in the same way.
* Can make services wait on others before starting.
* Notify hipchat, when a service starts, stops, or is waiting for another
service to start.
* Save a pid file with the pid of the running process, and delete it at the end.
# Example
~$ git clone git@github.com:marcelog/daemontools-tools.git
~$ cd daemontools-tools
~/daemontools-tools$ cp config.example config
~/daemontools-tools$ vim config
There's a simple service sample in the [sample.service](https://github.com/marcelog/daemontools-tools/tree/master/sample.service) directory.