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:29:09 +02:00
parent 5d8855fe3a
commit e64f49033b
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ maintainers = ["eric_G"]
[upstream]
license = "GPL-3.0-or-later"
website = "https://dev.deluge-torrent.org/"
website = "https://www.deluge-torrent.org/"
admindoc = "https://deluge.readthedocs.io/en/latest/"
code = "https://git.deluge-torrent.org/deluge"

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