Stop spamming syslog with failures
This commit is contained in:
parent
96894929b4
commit
0d63d671e3
@ -1,14 +1,14 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Steam Deck Gyro DSU Server
|
Description=Steam Deck Gyro DSU Server
|
||||||
After=sockets.target
|
After=sockets.target
|
||||||
StartLimitIntervalSec=0
|
StartLimitIntervalSec=400
|
||||||
|
StartLimitBurst=3
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=1
|
RestartSec=90
|
||||||
ExecStart=/usr/bin/sdgyrodsu
|
ExecStart=/usr/bin/sdgyrodsu
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=default.target
|
WantedBy=default.target
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user