[systemd-commits] units/systemd-logger.service.in
Lennart Poettering
lennart at kemper.freedesktop.org
Fri Sep 10 09:39:28 PDT 2010
units/systemd-logger.service.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 88ac58d76b9e4316956a7775abe0eace17a9e757
Author: Lennart Poettering <lennart at poettering.net>
Date: Fri Sep 10 18:20:35 2010 +0200
units: pull in syslog.target for synchronization purposes by systemd-logger.service
diff --git a/units/systemd-logger.service.in b/units/systemd-logger.service.in
index 64ae5f9..4d9b2c2 100644
--- a/units/systemd-logger.service.in
+++ b/units/systemd-logger.service.in
@@ -9,7 +9,8 @@
[Unit]
Description=systemd Logging Daemon
-After=@SPECIAL_SYSLOG_SERVICE@ syslog.target
+Wants=syslog.target
+After=syslog.target @SPECIAL_SYSLOG_SERVICE@
[Service]
ExecStart=@rootlibexecdir@/systemd-logger
More information about the systemd-commits
mailing list