From c8f4d7642b743c79328e10e8fb2d9b58e9f6b999 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 14 Apr 2011 03:55:03 +0200 Subject: manager: introduce IgnoreOnIsolate flag so that we can keep systemd-logger around when isolating --- units/systemd-logger.socket | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'units') diff --git a/units/systemd-logger.socket b/units/systemd-logger.socket index 8debd0987d..7178cc8246 100644 --- a/units/systemd-logger.socket +++ b/units/systemd-logger.socket @@ -12,5 +12,10 @@ 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=/run/systemd/logger -- cgit v1.2.3-54-g00ecf