blob: c79dfc58a7f07daaf1482dc991aed2720d5f69b6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[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
|