hdaemonize: Library to handle the details of writing daemons for UNIX
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).
[Skip to Readme]
Downloads
- hdaemonize-0.5.4.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1, 0.2, 0.3, 0.4, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.4.4.1, 0.4.5.0, 0.5.0.0, 0.5.0.1, 0.5.0.2, 0.5.1, 0.5.2, 0.5.3, 0.5.4, 0.5.5, 0.5.6, 0.5.7 |
---|---|
Dependencies | base (>=4 && <5), bytestring, extensible-exceptions, filepath, hsyslog (>=5 && <6), mtl, unix [details] |
Tested with | ghc ==7.6.3, ghc ==7.8.4, ghc ==7.10.3, ghc ==8.0.1, ghc ==8.0.2 |
License | BSD-3-Clause |
Author | Anton Tayanovskyy, Fred Ross |
Maintainer | Lana Black <lanablack at amok dot cc> |
Category | System |
Home page | http://github.com/greydot/hdaemonize |
Source repo | head: git clone https://github.com/greydot/hdaemonize.git |
Uploaded | by sickmind at 2017-05-28T22:48:34Z |
Distributions | LTSHaskell:0.5.7, NixOS:0.5.7, Stackage:0.5.7 |
Reverse Dependencies | 3 direct, 5 indirect [details] |
Downloads | 18162 total (47 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2017-05-28 [all 1 reports] |