1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/deluge_ynh.git synced 2024-09-03 18:25:52 +02:00
deluge_ynh/conf/deluge-web.service
2023-08-06 15:59:27 +02:00

14 lines
248 B
Desktop File

[Unit]
Description=Deluge Bittorrent Client Web Interface
After=network-online.target
[Service]
Type=simple
User=__APP__
Group=__APP__
UMask=027
ExecStart=/usr/bin/deluge-web -d -p __PORT__
Restart=on-failure
[Install]
WantedBy=multi-user.target