summarylogtreecommitdiffstats
path: root/systemd.patch
blob: d563f9ead7bb33185a62dafbe36bc7fc82f1b54a (plain)
1
2
3
4
5
6
7
8
9
@@ -5,7 +5,7 @@
 [Service]
 Type = simple
 Environment="GODEBUG=madvdontneed=1"
-ExecStart = /path/to/torrserver -d /path/to/db/
+ExecStart = /usr/bin/torrserver -d /var/lib/torrserver
 ExecReload = /bin/kill -HUP ${MAINPID}
 ExecStop = /bin/kill -INT ${MAINPID}
 TimeoutSec = 30