From: Debian HAProxy Maintainers Date: Wed, 17 May 2017 10:01:45 +0000 (+0100) Subject: start after the syslog service using systemd X-Git-Tag: archive/raspbian/2.0.5-1+rpi1~1^2^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=715f8b68f76c3fc5c8b327812d299ccf1e492dd1;p=haproxy.git start after the syslog service using systemd Forwarded: no Last-Update: 2013-10-15 Gbp-Pq: Name haproxy.service-start-after-syslog.patch --- diff --git a/contrib/systemd/haproxy.service.in b/contrib/systemd/haproxy.service.in index dca81a2..b436ec7 100644 --- a/contrib/systemd/haproxy.service.in +++ b/contrib/systemd/haproxy.service.in @@ -1,6 +1,7 @@ [Unit] Description=HAProxy Load Balancer -After=network.target +After=network.target syslog.service +Wants=syslog.service [Service] Environment="CONFIG=/etc/haproxy/haproxy.cfg" "PIDFILE=/run/haproxy.pid"