summarylogtreecommitdiffstats
path: root/trunk-recorder.service
diff options
context:
space:
mode:
authorTodd E Johnson2021-09-19 16:35:43 -0500
committerTodd E Johnson2021-09-19 16:35:43 -0500
commit0fb7b25ce0fa5a995c4ad18548dc56345f4114bd (patch)
treeee647e4f07d349b7936f80806239229e82449ea3 /trunk-recorder.service
parentfacda52e933c2245024944df7822b88a880ddb1d (diff)
downloadaur-0fb7b25ce0fa5a995c4ad18548dc56345f4114bd.tar.gz
Use make install, move conf to /etc/trunk-recorder/config.json
Diffstat (limited to 'trunk-recorder.service')
-rw-r--r--trunk-recorder.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk-recorder.service b/trunk-recorder.service
index e04352be077b..800ff494536f 100644
--- a/trunk-recorder.service
+++ b/trunk-recorder.service
@@ -6,7 +6,7 @@ User=trunk-recorder
Group=trunk-recorder
Environment=LC_ALL=en_US.utf8
WorkingDirectory=/var/lib/trunk-recorder
-ExecStart=/usr/bin/recorder --config /etc/trunk-recorder.json
+ExecStart=/usr/bin/recorder --config /etc/trunk-recorder/config.json
Restart=always
[Install]