From e8e67ed430bd2f6e50ddbc5ad657740897df5fad Mon Sep 17 00:00:00 2001 From: bain Date: Mon, 2 Jan 2023 14:46:07 +0100 Subject: [PATCH] vpn: enable dnsmasq service --- scripts/vpn/script.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/vpn/script.sh b/scripts/vpn/script.sh index 5a6ad54..c2b971d 100644 --- a/scripts/vpn/script.sh +++ b/scripts/vpn/script.sh @@ -62,4 +62,8 @@ _ch_008-configure_dnsmasq() { sudo systemctl reload dnsmasq.service } +_ch_009-enable_dnsmasq() { + sudo systemctl enable --now dnsmasq.service +} + _run_checkpoints