|
MPD
0.17~git
|
Go to the source code of this file.
Functions | |
| void | daemonize_init (const char *user, const char *group, const char *pidfile) |
| void | daemonize_finish (void) |
| void | daemonize_kill (void) |
| Kill the MPD which is currently running, pid determined from the pid file. | |
| void | daemonize_close_stdin (void) |
| Close stdin (fd 0) and re-open it as /dev/null. | |
| void | daemonize_set_user (void) |
| Change to the configured Unix user. | |
| void | daemonize (bool detach) |
| void daemonize | ( | bool | detach | ) |
| void daemonize_close_stdin | ( | void | ) |
Close stdin (fd 0) and re-open it as /dev/null.
| void daemonize_finish | ( | void | ) |
| void daemonize_init | ( | const char * | user, |
| const char * | group, | ||
| const char * | pidfile | ||
| ) |
| void daemonize_kill | ( | void | ) |
Kill the MPD which is currently running, pid determined from the pid file.
| void daemonize_set_user | ( | void | ) |
Change to the configured Unix user.
1.7.6.1