From 57bd42336e345cd295004e5a7e0fc9500979332c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 13 Apr 2011 23:36:23 +0200 Subject: [PATCH] units: require syslog.socket from the logger because we simply fail if we don't have it --- units/systemd-logger.service.in | 1 + 1 file changed, 1 insertion(+) diff --git a/units/systemd-logger.service.in b/units/systemd-logger.service.in index f82db15ac..484df7a23 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] -- 2.30.2