summaryrefslogtreecommitdiff
path: root/.config/systemd/user/gpg-agent.service
blob: 69c7bb66b844691dac630604a78e5893be835c5a (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=GnuPG private key agent
IgnoreOnIsolate=true

[Service]
Type=forking
ExecStart=/usr/bin/gpg-agent --daemon
Restart=on-abort

[Install]
WantedBy=default.target