diff --git a/forza-telemetry.service b/forza-telemetry.service new file mode 100644 index 0000000..b744894 --- /dev/null +++ b/forza-telemetry.service @@ -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 \ No newline at end of file