diff --git a/scripts/services b/scripts/services index c3d97024..7f92b74c 100755 --- a/scripts/services +++ b/scripts/services @@ -133,7 +133,9 @@ if [ -d "/run/systemd/system" ]; then log_debug "Running: systemctl daemon-reload 2>&1 || true" systemctl daemon-reload 2>&1 || true - log_debug "systemd needs reset-all to enable/disabe services (to start them on boot)" + log_debug "systemd needs preset-all to enable/disabe services (to start them on boot)" + log_debug "Running: rm -rf /etc/systemd/system/*.wants/ || true" + rm -rf /etc/systemd/system/*.wants/ || true log_debug "Running: systemctl preset-all 2>&1 || true" systemctl preset-all 2>&1 || true fi