mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-23 10:29:58 +01:00
57e95f5413
-- These configuration files and instructions enable clean and simple daemon supervision on machines that run systemd. Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net> - Removed the detailed ChangeLog entry because that is not needed for doc changes. - Added an entry to doc/examples/README. Signed-off-by: Werner Koch <wk@gnupg.org>
11 lines
250 B
Desktop File
11 lines
250 B
Desktop File
[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
|