mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-17 06:23:00 +02:00
Fix dnsmasq was not stopped at shutdown
This commit is contained in:
@@ -117,6 +117,9 @@ case "${DO}" in
|
||||
/etc/rc.d/init.d/networking/red stop
|
||||
fi
|
||||
fi
|
||||
|
||||
# Stopping dnsmasq if network all networks shutdown
|
||||
[ "${ALL}" == "1" ] && /etc/rc.d/init.d/dnsmasq stop
|
||||
;;
|
||||
|
||||
restart)
|
||||
|
||||
Reference in New Issue
Block a user