mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-08 14:06:43 +00:00
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:
parent
ce2c41a11e
commit
9d4c3e6cb7
@ -3,7 +3,6 @@ Description=Firmware update daemon
|
|||||||
Documentation=http://www.fwupd.org/
|
Documentation=http://www.fwupd.org/
|
||||||
After=dbus.service
|
After=dbus.service
|
||||||
Before=gdm.service
|
Before=gdm.service
|
||||||
ConditionPathExists=/var/lib/fwupd/pending.db
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=dbus
|
Type=dbus
|
||||||
|
Loading…
Reference in New Issue
Block a user