[systemd-commits] units/systemd-logger.service.in
Lennart Poettering
lennart at kemper.freedesktop.org
Fri Sep 10 08:47:44 PDT 2010
units/systemd-logger.service.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5a5582b5e58a905a596397cee51e2173a2c1865d
Author: Lennart Poettering <lennart at poettering.net>
Date: Fri Sep 10 17:47:36 2010 +0200
units: start logger only after syslog is up
diff --git a/units/systemd-logger.service.in b/units/systemd-logger.service.in
index 1e8e2cf..64ae5f9 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
More information about the systemd-commits
mailing list