From: Lennart Poettering Date: Wed, 13 Apr 2011 21:36:23 +0000 (+0200) Subject: units: require syslog.socket from the logger because we simply fail if we don't have it X-Git-Tag: v25~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57bd42336e345cd295004e5a7e0fc9500979332c;p=thirdparty%2Fsystemd.git units: require syslog.socket from the logger because we simply fail if we don't have it --- diff --git a/units/systemd-logger.service.in b/units/systemd-logger.service.in index f82db15ac16..484df7a238c 100644 --- a/units/systemd-logger.service.in +++ b/units/systemd-logger.service.in @@ -10,6 +10,7 @@ [Unit] Description=Stdio Syslog Bridge DefaultDependencies=no +Requires=syslog.socket After=syslog.socket [Service]