Fix #3: Don't guess PID file location, use configure --runstatedir
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
@ -50,7 +50,7 @@ static pid_t pidfile_pid = 0;
|
||||
|
||||
static void pidfile_cleanup(void);
|
||||
|
||||
const char *__pidfile_path = LOCALSTATEDIR "/run";
|
||||
const char *__pidfile_path = RUNSTATEDIR;
|
||||
const char *__pidfile_name = NULL;
|
||||
|
||||
int
|
||||
|
Reference in New Issue
Block a user