bugfix: dnsmasq not updating hostnames ( dnsmasq pid file has moved )

This commit is contained in:
Conrad Lara - KG6JEI 2015-11-23 19:17:38 -08:00
parent dabd9a4fbc
commit c5a1f21d77
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ foreach (@tunnelnames)
# add the nameservice plugin
push @file, qq(\nLoadPlugin "olsrd_nameservice.so.0.3"\n);
push @file, qq({\n);
push @file, qq( PlParam "sighup-pid-file" "/var/run/dnsmasq.pid"\n);
push @file, qq( PlParam "sighup-pid-file" "/var/run/dnsmasq/dnsmasq.pid"\n);
push @file, qq( PlParam "interval" "30"\n);
push @file, qq( PlParam "timeout" "300"\n);
push @file, qq( PlParam "name-change-script" "touch /tmp/namechange"\n);