1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lxd_ynh.git synced 2024-09-03 19:45:53 +02:00
This commit is contained in:
Félix Piédallu 2024-02-01 16:50:39 +01:00
parent 7c14999e17
commit c7f714917a
3 changed files with 11 additions and 0 deletions

View file

@ -91,4 +91,7 @@ ram.runtime = "500M"
"dmeventd",
"lxc",
"tcl8.6",
# For debuging
"iproute2",
]

View file

@ -61,8 +61,12 @@ ynh_add_systemd_socket_config
ynh_add_systemd_config
yunohost service add "$app" --log="/var/log/$app/$app.log"
ynh_exec_warn ss -lp "sport = :domain"
_ynh_add_dnsmasq
ynh_exec_warn ss -lp "sport = :domain"
_ynh_add_ld_so
_ynh_set_subuid_subgid

View file

@ -27,8 +27,12 @@ _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"
#=================================================
# REMOVE CONTAINERS
#=================================================