Modify start limits to actually trigger
This commit is contained in:
parent
c857eed10b
commit
74503521ed
|
@ -3,8 +3,8 @@ Description=Podman pod@%i
|
|||
Documentation=man:podman-generate-systemd(1)
|
||||
Wants=network.target
|
||||
After=network-online.target
|
||||
StartLimitIntervalSec=150s
|
||||
StartLimitBurst=3
|
||||
StartLimitIntervalSec=6h
|
||||
StartLimitBurst=5
|
||||
|
||||
[Service]
|
||||
Type=notify
|
||||
|
|
Loading…
Reference in a new issue