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