name: direct-daemonize
version: 1.0
cabal-version: >= 1.2
build-type: Simple
license: BSD3
license-file: LICENSE
copyright: Copyright (c) 2009 Dan Knapp
author: Dan Knapp
maintainer: dankna@gmail.com
homepage: http://dankna.com/software/
bug-reports: http://dankna.com/issues/create/
category: System
synopsis: Library to switch to daemon mode using built-in OS facilities.
description:
This package is a wrapper around the daemon() function on BSD-like Unices,
including Mac OS X and glibc-based Linux distributions. It does not function on
other systems.
Library
exposed-modules: System.Daemonize
build-depends: base >= 4.1 && < 5,
unix >= 2.4.0.1