From 1933972909bdf2fd7b1d282431c3c6f7b00cfe49 Mon Sep 17 00:00:00 2001
From: Andrin Brunner <andrin@acloud.one>
Date: Wed, 1 Jun 2022 16:02:18 +0200
Subject: Add ExecStop and dependencies to fix shutdown

Signed-off-by: Andrin Brunner <andrin@acloud.one>
---
 contrib/systemd/system/podman-restart.service.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/contrib/systemd/system/podman-restart.service.in b/contrib/systemd/system/podman-restart.service.in
index 1f13e57e1..de0249381 100644
--- a/contrib/systemd/system/podman-restart.service.in
+++ b/contrib/systemd/system/podman-restart.service.in
@@ -2,12 +2,15 @@
 Description=Podman Start All Containers With Restart Policy Set To Always
 Documentation=man:podman-start(1)
 StartLimitIntervalSec=0
+Wants=network-online.target
+After=network-online.target
 
 [Service]
 Type=oneshot
 RemainAfterExit=true
 Environment=LOGGING="--log-level=info"
 ExecStart=@@PODMAN@@ $LOGGING start --all --filter restart-policy=always
+ExecStop=/bin/sh -c '@@PODMAN@@ $LOGGING stop $(@@PODMAN@@ container ls --filter restart-policy=always -q)'
 
 [Install]
 WantedBy=default.target
-- 
cgit v1.2.3-54-g00ecf