diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-04-14 03:55:03 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-04-16 02:03:34 +0200 |
commit | c8f4d7642b743c79328e10e8fb2d9b58e9f6b999 (patch) | |
tree | bb1acede258a78bbbb485dc3fe99c4b27a72916d /units/systemd-logger.socket | |
parent | cfcab435088205b520d244e6111e33b98579181d (diff) |
manager: introduce IgnoreOnIsolate flag so that we can keep systemd-logger around when isolating
Diffstat (limited to 'units/systemd-logger.socket')
-rw-r--r-- | units/systemd-logger.socket | 5 |
1 files changed, 5 insertions, 0 deletions
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 |