X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=units%2Fsystemd-logger.socket;h=7178cc82468e05a8e03d6f8b6326926eececaaff;hp=57244a28780c6c36d675a95246d3c51d84f746f8;hb=2286fdf7c5d36864b5c46c4c784774a7cfc55213;hpb=52f319b29398d36ed8d1a70f68a170c0a85f401d diff --git a/units/systemd-logger.socket b/units/systemd-logger.socket index 57244a287..7178cc824 100644 --- a/units/systemd-logger.socket +++ b/units/systemd-logger.socket @@ -8,9 +8,14 @@ # See systemd.special(7) for details [Unit] -Description=Logging Socket +Description=Stdio Syslog Bridge Socket DefaultDependencies=no Before=sockets.target +# Mount and swap units need this. If this socket unit is removed by an +# isolate request the mount and and swap units would be removed too, +# hence let's exclude this from isolate requests. +IgnoreOnIsolate=yes + [Socket] -ListenStream=@/org/freedesktop/systemd1/logger +ListenStream=/run/systemd/logger