summaryrefslogtreecommitdiff
path: root/extra/hefur/hefurd.service
diff options
context:
space:
mode:
Diffstat (limited to 'extra/hefur/hefurd.service')
-rw-r--r--extra/hefur/hefurd.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/hefur/hefurd.service b/extra/hefur/hefurd.service
new file mode 100644
index 000000000..b91e1009d
--- /dev/null
+++ b/extra/hefur/hefurd.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=A standalone and lightweight BitTorrent tracker
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/hefurd -torrent-dir /var/lib/herfurd
+User=nobody
+Group=nobody
+
+[Install]
+WantedBy=multi-user.target