mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-03 19:59:26 +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/
|
||||
After=dbus.service
|
||||
Before=gdm.service
|
||||
ConditionPathExists=/var/lib/fwupd/pending.db
|
||||
|
||||
[Service]
|
||||
Type=dbus
|
||||
|
Loading…
Reference in New Issue
Block a user