hdaemonize

Library to handle the details of writing daemons for UNIX

http://github.com/greydot/hdaemonize

Version on this page:0.5.2
LTS Haskell 22.13:0.5.7
Stackage Nightly 2024-03-14: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 Lana Black <lanablack at amok dot cc>
This version can be pinned in stack with:hdaemonize-0.5.2@sha256:7383c46af33bb882c853171a2ccae5f36f268b25602e61f91852f19869c0a68a,1190

Module documentation for 0.5.2

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