diff options
Diffstat (limited to 'units')
-rw-r--r-- | units/.gitignore | 2 | ||||
-rw-r--r-- | units/systemd-stdout-syslog-bridge.service.in (renamed from units/systemd-logger.service.in) | 4 | ||||
-rw-r--r-- | units/systemd-stdout-syslog-bridge.socket (renamed from units/systemd-logger.socket) | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/units/.gitignore b/units/.gitignore index ac700e8044..cc92c73022 100644 --- a/units/.gitignore +++ b/units/.gitignore @@ -33,7 +33,7 @@ systemd-shutdownd.service systemd-random-seed-load.service systemd-random-seed-save.service systemd-initctl.service -systemd-logger.service +systemd-stdout-syslog-bridge.service getty@.service systemd-update-utmp-runlevel.service systemd-update-utmp-shutdown.service diff --git a/units/systemd-logger.service.in b/units/systemd-stdout-syslog-bridge.service.in index 5f7fe40939..23a5137068 100644 --- a/units/systemd-logger.service.in +++ b/units/systemd-stdout-syslog-bridge.service.in @@ -8,13 +8,13 @@ # See systemd.special(7) for details [Unit] -Description=Stdio Syslog Bridge +Description=STDOUT Syslog Bridge DefaultDependencies=no Requires=syslog.socket After=syslog.socket [Service] -ExecStart=@rootlibexecdir@/systemd-logger +ExecStart=@rootlibexecdir@/systemd-stdout-syslog-bridge NotifyAccess=all StandardOutput=null CapabilityBoundingSet=CAP_SYS_ADMIN CAP_SETUID CAP_SETGID diff --git a/units/systemd-logger.socket b/units/systemd-stdout-syslog-bridge.socket index 7178cc8246..0706efd596 100644 --- a/units/systemd-logger.socket +++ b/units/systemd-stdout-syslog-bridge.socket @@ -18,4 +18,4 @@ Before=sockets.target IgnoreOnIsolate=yes [Socket] -ListenStream=/run/systemd/logger +ListenStream=/run/systemd/stdout-syslog-bridge |