decrease StartLimitIntervalSec to 1m.

This commit is contained in:
Martin Preuss
2024-04-13 00:04:03 +02:00
parent dd133c7368
commit 9a4eb3c608
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
Description=AqHome Broker Description=AqHome Broker
DefaultDependencies=no DefaultDependencies=no
Wants=network.target Wants=network.target
StartLimitIntervalSec=500 StartLimitIntervalSec=60
StartLimitBurst=5 StartLimitBurst=5
[Service] [Service]

View File

@@ -2,7 +2,7 @@
Description=AqHome MQTT Log Description=AqHome MQTT Log
DefaultDependencies=no DefaultDependencies=no
Wants=aqhome-data.service Wants=aqhome-data.service
StartLimitIntervalSec=500 StartLimitIntervalSec=60
StartLimitBurst=5 StartLimitBurst=5
[Service] [Service]

View File

@@ -2,7 +2,7 @@
Description=AqHome Nodes Service Description=AqHome Nodes Service
DefaultDependencies=no DefaultDependencies=no
Wants=aqhome-data.service Wants=aqhome-data.service
StartLimitIntervalSec=500 StartLimitIntervalSec=60
StartLimitBurst=5 StartLimitBurst=5
[Service] [Service]