From: Vincent Bernat Date: Tue, 22 Oct 2013 19:08:57 +0000 (+0200) Subject: systemd: starts lldpd after network X-Git-Tag: 0.7.7~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=25f47deab82cccec20d08a7488c7a7348202e581;p=thirdparty%2Flldpd.git systemd: starts lldpd after network While lldpd can detect new interface, it does not make sense to make it starts before network is ready. Let other more important programs run. --- diff --git a/src/daemon/lldpd.service.in b/src/daemon/lldpd.service.in index 47af6569..4be8a2e0 100644 --- a/src/daemon/lldpd.service.in +++ b/src/daemon/lldpd.service.in @@ -1,6 +1,7 @@ [Unit] Description=LLDP daemon Documentation=man:lldpd(8) +After=network.target [Service] Type=notify