diff options
Diffstat (limited to 'units')
-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 |