mirror of
https://github.com/italicsjenga/fh5-telemetry-watcher.git
synced 2024-12-23 14:11:33 +11:00
add systemd service
This commit is contained in:
parent
3a547909e1
commit
6bf4136ad8
17
forza-telemetry.service
Normal file
17
forza-telemetry.service
Normal 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
|
Loading…
Reference in a new issue