From 0c9ac226c976836b89e8a3736145f162f43f4691 Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Mon, 25 Apr 2022 11:44:42 -0500 Subject: [PATCH] trivial: disable the preset for fwupd-refresh.timer as well Until systemd fixes this issue we don't want the fwupd-refresh.timer to be running unless a distro has disabled DynamicUser and made a static user. Fixes: https://github.com/fwupd/fwupd/issues/3037 --- data/motd/fwupd-refresh.preset | 1 + 1 file changed, 1 insertion(+) diff --git a/data/motd/fwupd-refresh.preset b/data/motd/fwupd-refresh.preset index a6b18e059..2aab2d26e 100644 --- a/data/motd/fwupd-refresh.preset +++ b/data/motd/fwupd-refresh.preset @@ -1 +1,2 @@ disable fwupd-refresh.service +disable fwupd-refresh.timer