From: Lennart Poettering Date: Fri, 10 Sep 2010 15:47:36 +0000 (+0200) Subject: units: start logger only after syslog is up X-Git-Tag: v10~22 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=5a5582b5e58a905a596397cee51e2173a2c1865d units: start logger only after syslog is up --- 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