X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=units%2Fsystemd-logger.service.in;h=484df7a238ce060e30db98b08fed56e432da405c;hb=4f34ed54f854ff7eeede44cbb99a9fd27a5dce71;hp=39a20013b4e07a76c2e6e08eb6da9411c674b413;hpb=9949ac0cec2aa0de4159260b2817e136825dbc3c;p=elogind.git diff --git a/units/systemd-logger.service.in b/units/systemd-logger.service.in index 39a20013b..484df7a23 100644 --- a/units/systemd-logger.service.in +++ b/units/systemd-logger.service.in @@ -8,9 +8,12 @@ # See systemd.special(7) for details [Unit] -Description=systemd Logging Daemon -After=@SPECIAL_SYSLOG_SERVICE@ +Description=Stdio Syslog Bridge +DefaultDependencies=no +Requires=syslog.socket +After=syslog.socket [Service] -ExecStart=@pkglibexecdir@/systemd-logger -Type=simple +ExecStart=@rootlibexecdir@/systemd-logger +NotifyAccess=all +StandardOutput=null