@hackage hdaemonize0.1
utilities for UNIX daemon writing
Categories
License
BSD-3-Clause
Maintainer
Anton Tayanovskyy <name.surname@gmail.com>
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (4)
Dependents (17)
@hackage/pomohoro, @hackage/RollingDirectory, @hackage/HackMail, @hackage/htsn, @hackage/rpf, @hackage/acme-everything, Show all…
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).