aboutsummaryrefslogtreecommitdiffstats
path: root/src/daemon.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* main: moved code to daemon.cMax Kellermann2009-01-181-0/+19
| | | | | Moved changeToUser(), cleanUpPidFile(), killFromPidFile() to daemon.c. These are daemonization functions.
* listen: moved redirect_stdin() to daemon.cMax Kellermann2008-12-301-0/+6
| | | | | redirect_stdin() is a daemonization function, and disconnecting from the standard input is always a good idea for MPD.
* main: moved daemonize() to daemon.cMax Kellermann2008-12-301-0/+27