X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Fshutdown.c;h=9631f92885d44e816979754c1861a514656b0352;hp=cd478b0349901e6a8762bea0adcc6f8adc190f73;hb=ff644623750b4f672a79cab6cc52e8681e55a044;hpb=fb3d2b8fec7c705d8027e6967adae0c2a86acf31 diff --git a/src/core/shutdown.c b/src/core/shutdown.c index cd478b034..9631f9288 100644 --- a/src/core/shutdown.c +++ b/src/core/shutdown.c @@ -356,8 +356,10 @@ int main(int argc, char *argv[]) { log_info("Sending SIGKILL to remaining processes..."); send_signal(SIGKILL); - if (in_container) + if (in_container) { need_swapoff = false; + need_dm_detach = false; + } /* Unmount all mountpoints, swaps, and loopback devices */ for (retries = 0; retries < FINALIZE_ATTEMPTS; retries++) {