mdellweg / pass_secret_service

dbus-service to serve secret-service api with pass backend
GNU General Public License v3.0
47 stars 6 forks source link

pass_secret_service should quit if session dbus dies. #31

Open amano-kenji opened 2 years ago

amano-kenji commented 2 years ago

gnome-keyring-daemon associated with a dbus session dies if the session dbus dies.

pass_secret_service should die, too if session dbus dies.

Otherwise, there is process leak after logging out and logging in multiple times.