diff options
Diffstat (limited to 'units/systemd-logger.service.in')
-rw-r--r-- | units/systemd-logger.service.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/units/systemd-logger.service.in b/units/systemd-logger.service.in index 64ae5f9f2a..4d9b2c2710 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 |