hdaemonize

Library to handle the details of writing daemons for UNIX

http://github.com/madhadron/hdaemonize

Version on this page:0.5.0.0
LTS Haskell 22.14:0.5.7
Stackage Nightly 2024-03-28:0.5.7
Latest on Hackage:0.5.7

See all snapshots hdaemonize appears in

BSD-3-Clause licensed by Anton Tayanovskyy, Fred Ross
Maintained by Fred Ross <madhadron at gmail dot com>
This version can be pinned in stack with:hdaemonize-0.5.0.0@sha256:d9268eb5d9dd88616d5906c227d557249b8b613d9aa7527a187f8af069f20cbf,1090

Module documentation for 0.5.0.0

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).