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:
parent
c7f714917a
commit
e55958c319
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue