diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-08-30 22:42:49 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-08-30 22:42:49 +0200 |
commit | 346bce1f4cff0096177c613987cdc80fa4ec134e (patch) | |
tree | d1b27555c011b4f22abc19c76fc6905ab799795c /units | |
parent | af65c248040108830a02860a395f44a186f08495 (diff) |
stdout-bridge: rename logger to stdout-syslog-bridge to make it more descriptive
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 |