1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/deluge_ynh.git synced 2024-09-03 18:25:52 +02:00
This commit is contained in:
Éric Gaspar 2023-08-06 16:21:41 +02:00
parent 0548b8bd4a
commit 5d8855fe3a
2 changed files with 2 additions and 1 deletions

View file

@ -22,7 +22,7 @@ ynh_add_systemd_config
ynh_add_systemd_config --service="${app}-web" --template="deluge-web.service"
yunohost service add $app --description="Lightweight BitTorrent client" --log="/var/log/$app/$app.log"
yunohost service add ${app}-web --description="BitTorrent UI" --log="/var/log/$app/$app.log"
#yunohost service add ${app}-web --description="BitTorrent UI" --log="/var/log/$app/$app.log"
# Use logrotate to manage application logfile(s)
ynh_use_logrotate

View file

@ -30,6 +30,7 @@ then
fi
ynh_remove_systemd_config
ynh_remove_systemd_config --service=${app}-web
ynh_remove_nginx_config