summarylogtreecommitdiffstats
path: root/deluged.service
blob: 3f64126656835a656b1523e4b7dd1a8116b3b936 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Deluge Daemon

[Service]
User=deluge
EnvironmentFile=/etc/conf.d/deluged
ExecStart=/usr/bin/deluged -P /run/deluge/deluged.pid $OPTIONS
Type=forking
PIDFile=/run/deluge/deluged.pid
UMask=0002

[Install]
WantedBy=multi-user.target