add systemd service

This commit is contained in:
Alex Janka 2022-02-23 15:29:03 +11:00
parent 3a547909e1
commit 6bf4136ad8

17
forza-telemetry.service Normal file
View file

@ -0,0 +1,17 @@
[Unit]
Description=Forza Race Telemetry Daemon
After=network-online.target
[Service]
Type=simple
UMask=007
ExecStart=/var/lib/forza/telemetry -v -f /var/lib/forza/logs
Restart=on-failure
# Time to wait before forcefully stopped.
TimeoutStopSec=300
[Install]
WantedBy=multi-user.target