diff options
author | root <root@rshg054.dnsready.net> | 2012-10-29 01:22:22 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-10-29 01:22:22 -0700 |
commit | 29665004d902f751dedb1a4baaa896f9ed74c6b6 (patch) | |
tree | ba77436c66f0c84623a590444828c578a38b60e8 /extra/hefur/hefurd.service | |
parent | 24d0263a0ac516ccc86df09146449fb040fb3689 (diff) |
Mon Oct 29 01:22:06 PDT 2012
Diffstat (limited to 'extra/hefur/hefurd.service')
-rw-r--r-- | extra/hefur/hefurd.service | 11 |
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 |