mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-09 21:28:51 +01:00
81074c3b02
* doc/examples/systemd-user/*.service: Drop redundant After=*.socket directive. -- systemd.socket(5) says: Socket units will have a Before= dependency on the service which they trigger added implicitly. Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
9 lines
212 B
Desktop File
9 lines
212 B
Desktop File
[Unit]
|
|
Description=GnuPG network certificate management daemon
|
|
Documentation=man:dirmngr(8)
|
|
Requires=dirmngr.socket
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/dirmngr --supervised
|
|
ExecReload=/usr/bin/gpgconf --reload dirmngr
|