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

[Service]
Type=dbus
BusName=org.freedesktop.secrets
ExecStart=%h/.nix-profile/bin/pass-secret-service

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