mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add restart dhcp server script
This commit is contained in:
parent
90d9604ae2
commit
991193e4ef
4
etc/phpshellsessions/restartdhcpd
Normal file
4
etc/phpshellsessions/restartdhcpd
Normal file
@ -0,0 +1,4 @@
|
||||
! echo "Killing dhcp server..."
|
||||
! killall dhcpd
|
||||
! echo "Restarting dhcp server..."
|
||||
services_dhcpd_configure();
|
||||
Loading…
Reference in New Issue
Block a user