mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-05 12:31:50 +01:00
systemd-user: Drop redundant After=*.socket.
* 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>
This commit is contained in:
parent
407da18254
commit
81074c3b02
@ -2,7 +2,6 @@
|
|||||||
Description=GnuPG network certificate management daemon
|
Description=GnuPG network certificate management daemon
|
||||||
Documentation=man:dirmngr(8)
|
Documentation=man:dirmngr(8)
|
||||||
Requires=dirmngr.socket
|
Requires=dirmngr.socket
|
||||||
After=dirmngr.socket
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/dirmngr --supervised
|
ExecStart=/usr/bin/dirmngr --supervised
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
Description=GnuPG cryptographic agent and passphrase cache
|
Description=GnuPG cryptographic agent and passphrase cache
|
||||||
Documentation=man:gpg-agent(1)
|
Documentation=man:gpg-agent(1)
|
||||||
Requires=gpg-agent.socket
|
Requires=gpg-agent.socket
|
||||||
After=gpg-agent.socket
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/gpg-agent --supervised
|
ExecStart=/usr/bin/gpg-agent --supervised
|
||||||
|
Loading…
x
Reference in New Issue
Block a user