Commit 82ed4b9c authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Use a pidfile by default.

parent 41a00cbf
......@@ -67,7 +67,7 @@ int wired_hello_interval = -1;
int idle_hello_interval = -1;
int update_interval = -1;
int do_daemonise = 0;
char *logfile = NULL, *pidfile = NULL;
char *logfile = NULL, *pidfile = "/var/run/babel.pid";
unsigned char *receive_buffer = NULL;
int receive_buffer_size = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment