The hdaemonize package
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).
Properties
| Versions | 0.1, 0.2, 0.3, 0.4, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.4.4.1 |
|---|---|
| Dependencies | base (4.*), extensible-exceptions, filepath, haskell98, hsyslog, mtl, unix |
| License | BSD3 |
| Author | Anton Tayanovskyy, Fred Ross |
| Maintainer | Fred Ross <madhadron at gmail dot com> |
| Category | System |
| Home page | http://github.com/madhadron/hdaemonize |
| Upload date | Mon Nov 15 11:35:59 UTC 2010 |
| Uploaded by | FrederickRoss |
| Built on | ghc-6.12, ghc-7.0 |
Modules
- System
Downloads
- hdaemonize-0.4.4.tar.gz (Cabal source package)
- package description (included in the package)