mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-01-04 23:39:58 +01:00
Revert the default pid file path to /var/run/ircddbgateway.pid
This commit is contained in:
parent
95b7e51c30
commit
8b70ae399d
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue