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=5cf6a9b0bff63978012f61557d96fa564289c1de;hb=a43757462acaffa902417a9876486763d0b7ed58;hpb=91b22f21f3824c1766d34f622c5bbb70cbe881a8 diff --git a/units/systemd-logger.socket b/units/systemd-logger.socket index 5cf6a9b0b..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=/dev/.run/systemd/logger +ListenStream=/run/systemd/logger