summaryrefslogtreecommitdiff
path: root/.config/systemd/user/gpg-agent.service
blob: 93c12b0b89797f930194f85e7d65d10bfbafc1bb (plain)
1
2
3
4
5
6
7
8
9
[Unit]
Description="GnuPG agent daemon"

[Service]
Type=forking
ExecStart=/usr/bin/gpg-agent --daemon --write-env-file ${XDG_RUNTIME_DIR}/gpg

[Install]
WantedBy=default.target