summarylogtreecommitdiffstats
path: root/trunk-recorder.service
diff options
context:
space:
mode:
authorTodd E Johnson2021-09-17 22:38:36 -0500
committerTodd E Johnson2021-09-17 22:38:36 -0500
commitfacda52e933c2245024944df7822b88a880ddb1d (patch)
tree6d52617dcc22931c846da60d94feb26d7115c753 /trunk-recorder.service
downloadaur-facda52e933c2245024944df7822b88a880ddb1d.tar.gz
Initial Commit
Diffstat (limited to 'trunk-recorder.service')
-rw-r--r--trunk-recorder.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/trunk-recorder.service b/trunk-recorder.service
new file mode 100644
index 000000000000..e04352be077b
--- /dev/null
+++ b/trunk-recorder.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=Trunk-Recorder
+
+[Service]
+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
+Restart=always
+
+[Install]
+WantedBy=multi-user.target
+