mostly fixes for new error handling
[distro-setup] / trusted-network
index 220c963c41cbcfde7d7b44d57900b6256c2e969c..7cd754cf861476854f5ab6fe69f7e076b37da98a 100755 (executable)
@@ -12,5 +12,5 @@ if [[ -e /etc/dnsmasq.d/untrusted-network.conf ]]; then
   rm -f /etc/dnsmasq.d/untrusted-network.conf
 
   nscd -i hosts
-  systemctl reload dnsmasq
+  systemctl restart dnsmasq
 fi