mirror of
https://github.com/italicsjenga/fh5-telemetry-watcher.git
synced 2024-12-23 06:01:32 +11:00
update service
This commit is contained in:
parent
d5318db0a8
commit
6561d70a38
|
@ -5,6 +5,7 @@ After=network-online.target
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
UMask=007
|
UMask=007
|
||||||
|
User=forza
|
||||||
|
|
||||||
ExecStart=/var/lib/forza/telemetry -v -f /var/lib/forza/logs
|
ExecStart=/var/lib/forza/telemetry -v -f /var/lib/forza/logs
|
||||||
|
|
||||||
|
@ -14,4 +15,4 @@ Restart=on-failure
|
||||||
TimeoutStopSec=300
|
TimeoutStopSec=300
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in a new issue