1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/adguardhome_ynh.git synced 2024-09-03 18:06:23 +02:00

needs_exposed_ports

This commit is contained in:
yalh76 2022-07-29 21:32:29 +02:00
parent 881d5573ee
commit 69d62d1a5d
3 changed files with 3 additions and 3 deletions

View file

@ -193,7 +193,7 @@ ynh_add_systemd_config
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..." --weight=1
yunohost service add $app --description="Ads & trackers blocking DNS server"
yunohost service add $app --description="Ads & trackers blocking DNS server" --needs_exposed_ports $adguard_port
#=================================================
# START SYSTEMD SERVICE

View file

@ -97,7 +97,7 @@ systemctl enable $app.service --quiet
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..." --weight=1
yunohost service add $app --description="Ads & trackers blocking DNS server"
yunohost service add $app --description="Ads & trackers blocking DNS server" --needs_exposed_ports $adguard_port
#=================================================
# START SYSTEMD SERVICE

View file

@ -226,7 +226,7 @@ ynh_add_systemd_config
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..." --weight=1
yunohost service add $app --description="Ads & trackers blocking DNS server"
yunohost service add $app --description="Ads & trackers blocking DNS server" --needs_exposed_ports $adguard_port
#=================================================
# START SYSTEMD SERVICE