daemon-0.1.0.0: Simple library for spawning a daemon process & redirect STD IO
System.Posix.Daemon
daemonize :: Options -> IO () -> IO () Source
status :: FilePath -> IO () Source
kill :: Int -> FilePath -> IO () Source
pidLive :: CPid -> IO Bool Source
data Options Source
Constructors
Fields
Instances