From e2eaef3a187188b3fa6e33e55780b857e93585d5 Mon Sep 17 00:00:00 2001 From: Azer Abdullaev Date: Wed, 3 Feb 2021 18:56:02 +0100 Subject: [PATCH] Double ExecStop? --- config/systemd/dummy.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/systemd/dummy.service b/config/systemd/dummy.service index 7f69865..b71068f 100644 --- a/config/systemd/dummy.service +++ b/config/systemd/dummy.service @@ -5,7 +5,7 @@ Description=A dummy service Restart=always ExecStart=/usr/bin/podman start -a dummy ExecStop=/usr/bin/podman stop -t 2 dummy -ExecStopPost=/usr/bin/podman rm -f dummy +ExecStop=/usr/bin/podman rm -f dummy [Install] WantedBy=default.target