summarylogtreecommitdiffstats
path: root/btpd.service
blob: 9693b479a62be59b27db4a1679ff01dc9666f28a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=BitTorrent Protocol Daemon
Documentation=man:btpd(1)
After=network-up.target

[Service]
Type=simple
User=btpd
ExecStart=/usr/bin/btpd --no-daemon

[Install]
WantedBy=default.target