Added restart limit to prevent bootloop
Added a restart limit to the service definition to prevent an infinite bootloop
This commit is contained in:
parent
f1e7d086df
commit
675c85cb59
|
|
@ -1,6 +1,8 @@
|
|||
[Unit]
|
||||
Description=Open Rowing Monitor
|
||||
After=multi-user.target
|
||||
StartLimitIntervalSec=60
|
||||
StartLimitBurst=5
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
|
|
|||
Loading…
Reference in New Issue