blob: 364938309ae117f7258ef3cccb80e869d5c2101a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[Unit]
Description=Deluge Bittorrent client web interface
Documentation=man:deluge-web(1)
After=network-online.target deluged.service
Wants=deluged.service
[Service]
EnvironmentFile=/etc/conf.d/deluged
ExecStart=/usr/bin/deluge-web -d $WEB_OPTIONS
Restart=on-failure
UMask=027
User=deluge
[Install]
WantedBy=multi-user.target
|