Ignore failures for ExitStopPost
This commit is contained in:
parent
e0680557af
commit
302bf30eab
|
@ -6,7 +6,7 @@ Restart=always
|
|||
ExecStartPre=-/usr/bin/podman rm -f dummy
|
||||
ExecStart=/usr/bin/podman run --name dummy dummy:latest
|
||||
ExecStop=/usr/bin/podman stop -t 2 dummy
|
||||
ExecStopPost=/usr/bin/podman rm -f dummy
|
||||
ExecStopPost=-/usr/bin/podman rm -f dummy
|
||||
ExecStopPost=/bin/sleep 2
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Reference in New Issue
Block a user