mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
5 lines
111 B
Plaintext
5 lines
111 B
Plaintext
! echo "Killing dhcp server..."
|
|
! killall dhcpd
|
|
! echo "Restarting dhcp server..."
|
|
services_dhcpd_configure();
|