1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/opentracker_ynh.git synced 2024-09-03 19:46:34 +02:00
This commit is contained in:
ericgaspar 2021-01-27 19:12:27 +01:00
parent 288afd91d7
commit d9cefd7ac4
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 3 additions and 3 deletions

View file

@ -104,7 +104,7 @@ chmod +x $final_path/$app
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..." --weight=1
yunohost service add $app --description="Bittorrent tracker" --log="/var/log/$app/$app.log" --needs_exposed_ports "$port"
yunohost service add $app --description="Bittorrent tracker" --log=systemd --needs_exposed_ports $port
#=================================================
# START SYSTEMD SERVICE

View file

@ -74,7 +74,7 @@ systemctl enable $app.service --quiet
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..." --weight=2
yunohost service add $app --description="Bittorrent tracker" --log="/var/log/$app/$app.log" --needs_exposed_ports "$port"
yunohost service add $app --description="Bittorrent tracker" --log=systemd --needs_exposed_ports $port
#=================================================
# START SYSTEMD SERVICE

View file

@ -102,7 +102,7 @@ chmod +x $final_path/$app
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..." --weight=1
yunohost service add $app --description="Bittorrent tracker" --log="/var/log/$app/$app.log" --needs_exposed_ports "$port"
yunohost service add $app --description="Bittorrent tracker" --log=systemd --needs_exposed_ports $port
#=================================================
# START SYSTEMD SERVICE