mirror of
https://github.com/YunoHost-Apps/deluge_ynh.git
synced 2024-09-03 18:25:52 +02:00
15 lines
248 B
SYSTEMD
15 lines
248 B
SYSTEMD
|
[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
|