Update global.h
to reflect `PIDFile=/run/mbpfan.pid` in the service file
This commit is contained in:
parent
a9c324db67
commit
98d68c15dd
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
#define PROGRAM_NAME "mbpfan"
|
||||
#define PROGRAM_VERSION "2.4.0"
|
||||
#define PROGRAM_PID "/var/run/mbpfan.pid"
|
||||
#define PROGRAM_PID "/run/mbpfan.pid"
|
||||
|
||||
extern int daemonize;
|
||||
extern int verbose;
|
||||
|
|
Loading…
Reference in a new issue