Update global.h

to reflect `PIDFile=/run/mbpfan.pid` in the service file
This commit is contained in:
Andrea Manzini 2023-04-14 08:27:20 +02:00 committed by Andrew Gaul
parent a9c324db67
commit 98d68c15dd

View file

@ -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;