From 3995c41222546514aa4096a1f9093355df93f693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Thu, 1 Feb 2024 19:22:08 +0100 Subject: [PATCH] don't restart lxc, remove debug --- scripts/remove | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/scripts/remove b/scripts/remove index 77d2f98..b8398ce 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, just for dnsmasq. +# Stop LXC systemd services for dnsmasq. ynh_systemd_action --service_name="lxc-net" --action="stop" ynh_systemd_action --service_name="lxc" --action="stop" @@ -31,16 +31,8 @@ _ynh_remove_ld_so _ynh_unset_subuid_subgid -ynh_exec_warn ss -lp "sport = :domain" - _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 #=================================================