Remove After=network.target dependency cycle

In fact, today glean will run after networking is setup. Which causes
openssh-server to stop / start, this breaks early SSH connections into
the server when the process is stopped.

This is causing EOFError exceptions when we launch nodes with
nodepool.o.o.

Change-Id: Ifa98cc45f6bbdec722bc9452f17c29a8bddc6a0e
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-09-01 15:08:09 -04:00
parent 555d9db38f
commit 770164e922
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
[Unit]
Description=Glean for interface %I
After=network.target
Before=network-pre.target
Wants=network-pre.target