Revert the default pid file path to /var/run/ircddbgateway.pid

This commit is contained in:
Shawn Chain 2018-11-09 18:31:18 +08:00
parent 95b7e51c30
commit 8b70ae399d

View file

@ -22,8 +22,8 @@
#define LOG_DIR "/tmp"
#define CONF_DIR "/etc"
#define CONF_FILE "ircddbgateway"
#define PID_FILE "/tmp/ircddbgateway.pid"
#define PID_FILE_T "/tmp/ircddbgateway_%s.pid"
#define PID_FILE "/var/run/ircddbgateway.pid"
#define PID_FILE_T "/var/run/ircddbgateway_%s.pid"
#endif