diff --git a/scripts/remove b/scripts/remove index 36820d0..77d2f98 100755 --- a/scripts/remove +++ b/scripts/remove @@ -23,7 +23,7 @@ fi ynh_exec_warn_less ynh_remove_systemd_socket_config ynh_exec_warn_less ynh_remove_systemd_config -# Stop LXC systemd services +# Stop LXC systemd services, just for dnsmasq. ynh_systemd_action --service_name="lxc-net" --action="stop" ynh_systemd_action --service_name="lxc" --action="stop" @@ -37,6 +37,10 @@ _ynh_remove_dnsmasq ynh_exec_warn ss -lp "sport = :domain" +# Stop LXC systemd services, just for dnsmasq. +ynh_systemd_action --service_name="lxc-net" --action="start" +ynh_systemd_action --service_name="lxc" --action="start" + #================================================= # REMOVE CONTAINERS #=================================================