xi-keyring

simple and extensible alternative for gnome-keyring
git clone https://git.ce9e.org/xi-keyring.git

commit
909dc01c126ef9c94cd8c242f6ebacf19f353c10
parent
a6547605b13e784039d7d6491a0f25c4d8c557b4
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-06-01 06:32
systemd: do not specify Exec in dbus service

systemd activation should be used instead

see https://dbus.freedesktop.org/doc/dbus-specification.html#message-bus-starting-services

Diffstat

M system/dbus.service 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/system/dbus.service b/system/dbus.service

@@ -1,4 +1,4 @@
    1     1 [D-BUS Service]
    2     2 Name=org.freedesktop.secrets
    3    -1 Exec=/usr/bin/python3 xikeyring
   -1     3 Exec=/bin/false
    4     4 SystemdService=xi-keyring.service