aboutsummaryrefslogtreecommitdiffstats
path: root/src/PidFile.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Daemon: fork as early as possibleMax Kellermann2014-01-181-0/+19
| | | | | | | Keep the parent process around until MPD has finished initializing. This is important for libraries that are allergic to fork(), such as libupnp.
* PidFile: open in write-only modeMax Kellermann2014-01-181-1/+1
|
* Daemon: move code to class PidFileMax Kellermann2014-01-181-0/+66