hdaemonize

Library to handle the details of writing daemons for UNIX

http://github.com/greydot/hdaemonize

Version on this page:0.5.0.1
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 Lana Black <lanablack at amok dot cc>
This version can be pinned in stack with:hdaemonize-0.5.0.1@sha256:d7bf98cffced0b3c78d7d9f0e3c5b7cba2fdf8295846278ad5da30c8b150d8fb,1087

Module documentation for 0.5.0.1

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