summarylogtreecommitdiffstats
path: root/trunk-recorder.service
blob: 28b6563ca9d2e3be0bf9bb348a947d4ce34cea43 (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/trunk-recorder --config /etc/trunk-recorder/config.json
Restart=always

[Install]
WantedBy=multi-user.target