hdaemonize-buildfix

Library to handle the details of writing daemons for UNIX

http://github.com/madhadron/hdaemonize

Latest on Hackage:0.4.5

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Anton Tayanovskyy, Fred Ross
Maintained by Fred Ross <madhadron at gmail dot com>, Mark Wotton <[email protected]> (trivial buildfix only)

Provides two functions that help writing better UNIX daemons, daemonize and serviced: daemonize does what a daemon should do (forking and closing descriptors), while serviced does that and more (syslog interface, PID file writing, start-stop-restart command line handling, dropping privileges).