diff --git a/imageroot/actions/configure-module/20systemd b/imageroot/actions/configure-module/90systemd similarity index 70% rename from imageroot/actions/configure-module/20systemd rename to imageroot/actions/configure-module/90systemd index 6759193..cd664ff 100755 --- a/imageroot/actions/configure-module/20systemd +++ b/imageroot/actions/configure-module/90systemd @@ -5,6 +5,6 @@ # SPDX-License-Identifier: GPL-3.0-or-later # -# OPs are separated due to restart +# OPs are separated to allow dnsmasq to be restarted at every config change systemctl enable "${MODULE_ID}.service" systemctl restart "${MODULE_ID}.service" diff --git a/imageroot/actions/destroy-module/20systemd b/imageroot/actions/destroy-module/90systemd similarity index 100% rename from imageroot/actions/destroy-module/20systemd rename to imageroot/actions/destroy-module/90systemd