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>