mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Consistent dhcrelay6 pid file location
This commit is contained in:
parent
63b8c4db3b
commit
d86ec4e075
@ -1500,7 +1500,7 @@ function services_dhcrelay6_configure() {
|
||||
return; /* XXX */
|
||||
}
|
||||
|
||||
$cmd = "/usr/local/sbin/dhcrelay -6 -pf \"{$g['varetc_path']}/dhcrelay6.pid\"";
|
||||
$cmd = "/usr/local/sbin/dhcrelay -6 -pf \"{$g['varrun_path']}/dhcrelay6.pid\"";
|
||||
foreach ($dhcrelayifs as $dhcrelayif) {
|
||||
$cmd .= " -l {$dhcrelayif}";
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user