From 391248456970e736513428dbaed2b575675fb107 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Wed, 1 Dec 2021 09:31:14 +0100 Subject: systemd: replace multi-user with default.target Replace multi-user.target with default.target across the code base. It seems like the multi-user one is not available for (rootless) users on F35 anymore is causing issues in all kinds of ways, for instance, enabling the podman.service or generated systemd units. Backport of commit 9a10e2124bb11027fc71db4c495c116277b8b7e3. Fixes: #12438 Signed-off-by: Valentin Rothberg --- contrib/systemd/system/podman-restart.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/systemd/system/podman-restart.service') diff --git a/contrib/systemd/system/podman-restart.service b/contrib/systemd/system/podman-restart.service index b8c1adca2..ebc83bd36 100644 --- a/contrib/systemd/system/podman-restart.service +++ b/contrib/systemd/system/podman-restart.service @@ -10,4 +10,4 @@ Environment=LOGGING="--log-level=info" ExecStart=/usr/bin/podman $LOGGING start --all --filter restart-policy=always [Install] -WantedBy=multi-user.target default.target +WantedBy=default.target -- cgit v1.2.3-54-g00ecf