summarylogtreecommitdiffstats
path: root/btpd.service
diff options
context:
space:
mode:
Diffstat (limited to 'btpd.service')
-rw-r--r--btpd.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/btpd.service b/btpd.service
new file mode 100644
index 000000000000..083619d83bec
--- /dev/null
+++ b/btpd.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=BitTorrent Protocol Daemon
+After=network-up.target
+
+[Service]
+Type=simple
+User=btpd
+ExecStart=/usr/bin/btpd --no-daemon
+
+[Install]
+WantedBy=default.target