summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-09-10 18:20:35 +0200
committerLennart Poettering <lennart@poettering.net>2010-09-10 18:20:41 +0200
commit88ac58d76b9e4316956a7775abe0eace17a9e757 (patch)
tree66d3d3683846835224948957830aeebbb5067de9 /units
parent5a5582b5e58a905a596397cee51e2173a2c1865d (diff)
units: pull in syslog.target for synchronization purposes by systemd-logger.service
Diffstat (limited to 'units')
-rw-r--r--units/systemd-logger.service.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/units/systemd-logger.service.in b/units/systemd-logger.service.in
index 64ae5f9f2..4d9b2c271 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