Explicitly stop dnsmasq service on startup
This commit is contained in:
parent
605889f59f
commit
709be9fbba
|
@ -477,6 +477,12 @@ with open(nftables_base_filename, 'w') as nfbasefile:
|
|||
# Notify a reload of the firewall rules on next keepalive update
|
||||
open(nftables_update_filename, 'a').close()
|
||||
|
||||
###############################################################################
|
||||
# PHASE 7d - Ensure DNSMASQ is not running
|
||||
###############################################################################
|
||||
|
||||
common.run_os_command('systemctl stop dnsmasq.service')
|
||||
|
||||
###############################################################################
|
||||
# PHASE 8 - Set up our objects
|
||||
###############################################################################
|
||||
|
|
Loading…
Reference in New Issue