From 9d4c3e6cb788ee7eaf85c4a9169d45e413fcd3a1 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 13 Feb 2017 09:52:25 +0000 Subject: [PATCH] Fix fwupdmgr timeout with missing pending database It seems systemd now requires the database to exist before allowing the service to be D-Bus activated. Fixes: https://github.com/hughsie/fwupd/issues/92 --- data/fwupd.service.in | 1 - 1 file changed, 1 deletion(-) diff --git a/data/fwupd.service.in b/data/fwupd.service.in index dd175033c..729d0064c 100644 --- a/data/fwupd.service.in +++ b/data/fwupd.service.in @@ -3,7 +3,6 @@ Description=Firmware update daemon Documentation=http://www.fwupd.org/ After=dbus.service Before=gdm.service -ConditionPathExists=/var/lib/fwupd/pending.db [Service] Type=dbus