Searched defs:in_container (Results 1 - 1 of 1) sorted by relevance

/systemd/src/core/
H A Dshutdown.c163 bool in_container, use_watchdog = false; local
218 in_container = detect_container() > 0;
220 need_umount = !in_container;
221 need_swapoff = !in_container;
222 need_loop_detach = !in_container;
223 need_dm_detach = !in_container;
322 if (!in_container && !in_initrd() &&
352 if (!in_container)
356 if (in_container)
369 if (!in_container) {
[all...]

Completed in 19 milliseconds