aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/systemd-user/dirmngr.service
blob: ded533b2f3cb844975340b6f2ffec63393318028 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=GnuPG network certificate management daemon
Documentation=man:dirmngr(8)
Requires=dirmngr.socket
After=dirmngr.socket
## This is a socket-activated service:
RefuseManualStart=true

[Service]
ExecStart=/usr/bin/dirmngr --supervised
ExecReload=/usr/bin/gpgconf --reload dirmngr