danicoin/src/daemonizer
Erik de Castro Lopo 51efb21713 daemon: Add ability to write a PID file
The PID file will only be written if the daemon is called with the
`--detach` command line argument and a `--pidfile /some/file/path`
argument.
2017-07-22 08:34:56 +10:00
..
CMakeLists.txt update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
daemonizer.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
posix_daemonizer.inl daemon: Add ability to write a PID file 2017-07-22 08:34:56 +10:00
posix_fork.cpp daemon: Add ability to write a PID file 2017-07-22 08:34:56 +10:00
posix_fork.h daemon: Add ability to write a PID file 2017-07-22 08:34:56 +10:00
windows_daemonizer.inl update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
windows_service.cpp update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
windows_service.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
windows_service_runner.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00