chiark / gitweb /
manager: introduce IgnoreOnIsolate flag so that we can keep systemd-logger around...
[elogind.git] / units / systemd-logger.socket
index 57a590dba95036e0b7019dfd833ab0806e60b86d..7178cc82468e05a8e03d6f8b6326926eececaaff 100644 (file)
@@ -8,10 +8,14 @@
 # See systemd.special(7) for details
 
 [Unit]
-Description=systemd Logging Socket
+Description=Stdio Syslog Bridge Socket
 DefaultDependencies=no
-After=sysinit.target
 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