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
This commit is contained in:
Richard Hughes 2017-02-13 09:52:25 +00:00
parent ce2c41a11e
commit 9d4c3e6cb7

View File

@ -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