mirror of
https://github.com/novatiq/packages.git
synced 2026-04-28 14:48:39 +01:00
bc98aaa3f7
This fixes a runtime startup error on system which does not have a toplevel runtime directory for the pid file. On openwrt the pid is located at /var/run and not on /run. To fix that add a configure option to move the pid location to /var/run. Signed-off-by: Florian Eckert <fe@dev.tdt.de>