Hello,
I am trying to package g15daemon for my distribution, but g15daemon won't start because of this error:
open(/usr/var/run/g15daemon.pid): No such file or directory
Unable to create PID File! Exiting
I'd wish to create the PID file in /var/run instead of /usr/var/run, and the "./configure" part won't seem to help.
How can I modify the PID path? Has it something to do with g15daemon/main.c?