mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Silence error. Maybe the command should be removed completely!
This commit is contained in:
parent
c87f4b7092
commit
b9688d6445
@ -336,7 +336,7 @@ function services_dhcpdv4_configure() {
|
||||
if (isvalidpid("{$g['dhcpd_chroot_path']}{$g['varrun_path']}/dhcpd.pid"))
|
||||
killbypid("{$g['dhcpd_chroot_path']}{$g['varrun_path']}/dhcpd.pid");
|
||||
else
|
||||
mwexec("/usr/bin/killall dhcpd");
|
||||
mwexec("/usr/bin/killall dhcpd", true);
|
||||
|
||||
/* DHCP enabled on any interfaces? */
|
||||
if (!is_dhcp_server_enabled())
|
||||
|
||||
Loading…
Reference in New Issue
Block a user