From 5a5582b5e58a905a596397cee51e2173a2c1865d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 10 Sep 2010 17:47:36 +0200 Subject: [PATCH] units: start logger only after syslog is up --- units/systemd-logger.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/systemd-logger.service.in b/units/systemd-logger.service.in index 1e8e2cfa3..64ae5f9f2 100644 --- a/units/systemd-logger.service.in +++ b/units/systemd-logger.service.in @@ -9,7 +9,7 @@ [Unit] Description=systemd Logging Daemon -After=@SPECIAL_SYSLOG_SERVICE@ +After=@SPECIAL_SYSLOG_SERVICE@ syslog.target [Service] ExecStart=@rootlibexecdir@/systemd-logger -- 2.30.2