aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/systemd/user/pass-secret-service.service
blob: 7880170ba3402f871c76824252f16a04ee0d34b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Expose the libsecret D-Bus API with pass as backend

[Service]
BusName=org.freedesktop.secrets
ExecStart=%h/.nix-profile/bin/pass_secret_service

[Install]
WantedBy=default.target
Alias=dbus-org.freedesktop.secrets.service