summarylogtreecommitdiffstats
path: root/deluged.service
blob: 096b8f2f323bc0df881214fea2b3b25c2f601786 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Deluge Daemon
After=network.target

[Service]
User=deluge
ExecStart=/usr/bin/deluged -d
UMask=0002

[Install]
WantedBy=multi-user.target