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:
Daniel Kahn Gillmor 2017-08-07 04:14:02 -04:00
parent 407da18254
commit 81074c3b02
2 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@
Description=GnuPG network certificate management daemon
Documentation=man:dirmngr(8)
Requires=dirmngr.socket
After=dirmngr.socket
[Service]
ExecStart=/usr/bin/dirmngr --supervised

View File

@ -2,7 +2,6 @@
Description=GnuPG cryptographic agent and passphrase cache
Documentation=man:gpg-agent(1)
Requires=gpg-agent.socket
After=gpg-agent.socket
[Service]
ExecStart=/usr/bin/gpg-agent --supervised