mirror of
https://github.com/YunoHost-Apps/lxd_ynh.git
synced 2024-09-03 19:45:53 +02:00
don't restart lxc, remove debug
This commit is contained in:
parent
73059a1b1f
commit
3995c41222
1 changed files with 1 additions and 9 deletions
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue