mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-21 03:56:28 +00:00
Increase Supervisor start rate limit (#2010)
A faster restart policy is unlikely to help. Increasing the limit makes it less likely to run into cloud service rate limits (e.g. container registry).
This commit is contained in:
parent
0139030404
commit
5932f1212e
@ -4,8 +4,8 @@ Requires=docker.service rauc.service dbus.service
|
|||||||
Wants=network-online.target hassos-apparmor.service time-sync.target systemd-journal-gatewayd.socket
|
Wants=network-online.target hassos-apparmor.service time-sync.target systemd-journal-gatewayd.socket
|
||||||
After=docker.service rauc.service dbus.service network-online.target hassos-apparmor.service time-sync.target systemd-journal-gatewayd.socket
|
After=docker.service rauc.service dbus.service network-online.target hassos-apparmor.service time-sync.target systemd-journal-gatewayd.socket
|
||||||
RequiresMountsFor=/mnt/data /mnt/boot /mnt/overlay
|
RequiresMountsFor=/mnt/data /mnt/boot /mnt/overlay
|
||||||
StartLimitIntervalSec=60
|
StartLimitIntervalSec=30m
|
||||||
StartLimitBurst=5
|
StartLimitBurst=3
|
||||||
ConditionPathExists=/run/dbus/system_bus_socket
|
ConditionPathExists=/run/dbus/system_bus_socket
|
||||||
ConditionPathExists=/run/docker.sock
|
ConditionPathExists=/run/docker.sock
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user