mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 11:35:54 +02:00
dnsmasq: kill already old instances before start.
This commit is contained in:
@@ -3,6 +3,7 @@ etc/issue
|
||||
var/ipfire/general-functions.pl
|
||||
var/ipfire/header.pl
|
||||
var/ipfire/menu.d/10-system.menu
|
||||
etc/rc.d/init.d/dnsmasq
|
||||
etc/rc.d/init.d/wlanclient
|
||||
etc/rc.d/init.d/networking/functions.network
|
||||
etc/rc.d/init.d/networking/wpa_supplicant.exe
|
||||
|
||||
@@ -24,6 +24,9 @@ SHOW_SRV=1
|
||||
|
||||
case "${1}" in
|
||||
start)
|
||||
# kill already running copy of dnsmasq...
|
||||
killproc /usr/sbin/dnsmasq 2>&1 > /dev/null
|
||||
|
||||
boot_mesg "Starting Domain Name Service Proxy..."
|
||||
|
||||
eval $(/usr/local/bin/readhash /var/ipfire/ethernet/settings)
|
||||
|
||||
Reference in New Issue
Block a user