1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flood_ynh.git synced 2024-09-03 18:36:20 +02:00
This commit is contained in:
Éric Gaspar 2023-10-31 21:44:21 +01:00
parent fdaf6eb1de
commit 02ace9208c
3 changed files with 3 additions and 3 deletions

View file

@ -65,7 +65,7 @@ ynh_add_systemd_config --service=$app-rtorrent --template="rtorrent.service"
ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service add $app
yunohost service add $app-rtorrent --needs_exposed_ports $rt_port
yunohost service add $app-rtorrent --needs_exposed_ports $port_rt
#=================================================
# START SYSTEMD SERVICE

View file

@ -55,7 +55,7 @@ ynh_restore_file --origin_path="/etc/systemd/system/$app-rtorrent.service"
systemctl enable $app-rtorrent.service --quiet
yunohost service add $app
yunohost service add $app-rtorrent --needs_exposed_ports $rt_port
yunohost service add $app-rtorrent --needs_exposed_ports $port_rt
#=================================================
# START SYSTEMD SERVICE

View file

@ -77,7 +77,7 @@ ynh_add_systemd_config --service=$app-rtorrent --template="rtorrent.service"
ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service add $app
yunohost service add $app-rtorrent --needs_exposed_ports $rt_port
yunohost service add $app-rtorrent --needs_exposed_ports $port_rt
#=================================================
# START SYSTEMD SERVICE