olsrd: change name of PID-file for olsrd4 from '/var/run/olsrd4.pid' to '/var/run/olsrd.pid' to be compatible with freifunk-watchdog-scripts (this is the default old behaviour)
This commit is contained in:
parent
2db474d808
commit
df3ecc4e67
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ SERVICE_DAEMONIZE=1
|
||||||
SERVICE_WRITE_PID=1
|
SERVICE_WRITE_PID=1
|
||||||
|
|
||||||
CONF=/var/etc/olsrd.conf
|
CONF=/var/etc/olsrd.conf
|
||||||
PID=/var/run/olsrd4.pid
|
PID=/var/run/olsrd.pid
|
||||||
|
|
||||||
UCI_CONF_NAME=olsrd
|
UCI_CONF_NAME=olsrd
|
||||||
|
|
Loading…
Reference in a new issue