mirror of
https://github.com/YunoHost-Apps/deluge_ynh.git
synced 2024-09-03 18:25:52 +02:00
fix
This commit is contained in:
parent
5d8855fe3a
commit
e64f49033b
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ maintainers = ["eric_G"]
|
||||||
|
|
||||||
[upstream]
|
[upstream]
|
||||||
license = "GPL-3.0-or-later"
|
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/"
|
admindoc = "https://deluge.readthedocs.io/en/latest/"
|
||||||
code = "https://git.deluge-torrent.org/deluge"
|
code = "https://git.deluge-torrent.org/deluge"
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@ ynh_add_systemd_config
|
||||||
ynh_add_systemd_config --service="${app}-web" --template="deluge-web.service"
|
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 --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)
|
# Use logrotate to manage application logfile(s)
|
||||||
ynh_use_logrotate
|
ynh_use_logrotate
|
||||||
|
|
Loading…
Add table
Reference in a new issue