1 2 3 4 5 6 7 8 9 10 11 12 13
|
From: Michael Biebl <biebl@debian.org>
Subject: Please don't enable podman-auto-update.service in default.target
Date: Tue, 26 Jan 2021 11:46:06 +0100
Bugs-Debian: https://bugs.debian.org/981097
--- a/contrib/systemd/auto-update/podman-auto-update.service
+++ b/contrib/systemd/auto-update/podman-auto-update.service
@@ -9,4 +9,4 @@
ExecStart=/usr/bin/podman auto-update
[Install]
-WantedBy=multi-user.target default.target
+WantedBy=multi-user.target
|