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
0548b8bd4a
commit
5d8855fe3a
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -30,6 +30,7 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ynh_remove_systemd_config
|
ynh_remove_systemd_config
|
||||||
|
ynh_remove_systemd_config --service=${app}-web
|
||||||
|
|
||||||
ynh_remove_nginx_config
|
ynh_remove_nginx_config
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue