Skip to content

gnome-keyring-daemon.service: use Type=dbus

Mike Yuan requested to merge YHNdnzj/gnome-keyring:systemd-service into master

Before this commit, if a unit is ordered After=gnome-keyring-daemon.service, and makes use of the dbus interface it provides, it is racy. This ensures that when the service reaches active state, we've already acquired bus name.

Merge request reports