Long running process management in Go.
Go to file
2013-12-02 15:22:43 -08:00
example Print errors in example. 2013-11-30 19:21:29 -08:00
service Don't send Running before Backoff. 2013-12-02 15:22:43 -08:00
.gitignore Add README, LICENSE, and gitignore. 2013-11-29 15:37:24 -08:00
LICENSE Add README, LICENSE, and gitignore. 2013-11-29 15:37:24 -08:00
README.md Add note to README on the currently unstable ABI. 2013-11-30 11:53:50 -08:00

Go Service!

The go-service library is a feture rich, channel driver wrapper around os/exec. It provides an event mechanism for monitoring a process and a command channel for controlling the process. Think supervisord in a Go library.

The library ABI is currently unstable as development is ongoing.

License

The go-service library is covered under a BSD style license under copyright of the authors. See the included LICENSE file for the full license contents.

Authors

The following people are authors of the go-service library: