diff options
Diffstat (limited to 'units/systemd-logger.service.in')
-rw-r--r-- | units/systemd-logger.service.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/units/systemd-logger.service.in b/units/systemd-logger.service.in index 4d9b2c2710..d9708724e1 100644 --- a/units/systemd-logger.service.in +++ b/units/systemd-logger.service.in @@ -8,9 +8,9 @@ # See systemd.special(7) for details [Unit] -Description=systemd Logging Daemon -Wants=syslog.target -After=syslog.target @SPECIAL_SYSLOG_SERVICE@ +Description=Logging Daemon +DefaultDependencies=no +After=syslog.socket [Service] ExecStart=@rootlibexecdir@/systemd-logger |