1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lxd_ynh.git synced 2024-09-03 19:45:53 +02:00

Stop lxc services

This commit is contained in:
Félix Piédallu 2024-02-01 18:20:36 +01:00
parent c7f714917a
commit e55958c319

View file

@ -23,6 +23,10 @@ fi
ynh_exec_warn_less ynh_remove_systemd_socket_config
ynh_exec_warn_less ynh_remove_systemd_config
# Stop LXC systemd services
ynh_systemd_action --service_name="lxc-net" --action="stop"
ynh_systemd_action --service_name="lxc" --action="stop"
_ynh_remove_ld_so
_ynh_unset_subuid_subgid