summarylogtreecommitdiffstats
path: root/trunk-recorder.service
blob: 800ff494536fe80bb61b84475c755bde2cb43dd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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/config.json
Restart=always

[Install]
WantedBy=multi-user.target