Add notify access and lower restart cooldown
This commit is contained in:
parent
4eb083e0bb
commit
260f8c1e0c
|
@ -6,10 +6,11 @@ After=network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=notify
|
Type=notify
|
||||||
|
NotifyAccess=all
|
||||||
Environment=PODMAN_SYSTEMD_UNIT=%n
|
Environment=PODMAN_SYSTEMD_UNIT=%n
|
||||||
ExecStart=/usr/local/bin/podlaunch %i
|
ExecStart=/usr/local/bin/podlaunch %i
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=30s
|
RestartSec=20s
|
||||||
TimeoutStartSec=2min
|
TimeoutStartSec=2min
|
||||||
TimeoutStopSec=1min
|
TimeoutStopSec=1min
|
||||||
KillMode=none
|
KillMode=none
|
||||||
|
|
Loading…
Reference in a new issue