aboutsummaryrefslogtreecommitdiff
path: root/src/daemon.h
Commit message (Collapse)AuthorAge
* daemon: pass "detach" flag to daemonize()Max Kellermann2009-01-18
| | | | | This way, we don't have to pass the full "Options" object to daemonize().
* daemon: added daemonize_init(), daemonize_finish()Max Kellermann2009-01-18
| | | | | | The constructor/destructor functions parse and free the configuration properly. This way, we don't have to load the pid file path more than once.
* main: moved code to daemon.cMax Kellermann2009-01-18
| | | | | Moved changeToUser(), cleanUpPidFile(), killFromPidFile() to daemon.c. These are daemonization functions.
* listen: moved redirect_stdin() to daemon.cMax Kellermann2008-12-30
| | | | | 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-30