summaryrefslogtreecommitdiff
path: root/net-p2p/deluge/files/deluged.service-2
blob: 049cd025b5348028cbdd830b9278160d812d28f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Deluge BitTorrent client
Documentation=man:deluged
After=network.target local-fs.target
Wants=local-fs.target

[Service]
ExecStart=/usr/bin/deluged -d -c ${DELUGED_HOME} ${DELUGED_OPTS}

[Install]
WantedBy=multi-user.target