chiark / gitweb /
umount: don't try to remount bind mounts ro during shutdown
[elogind.git] / src / quotacheck.c
index da2da3b2e05adca5ddcc79ec6452ab0d0e444e51..057d8617c2290172170771cbebb1b7580df43919 100644 (file)
@@ -35,6 +35,9 @@ static int parse_proc_cmdline(void) {
         int r;
         size_t l;
 
+        if (detect_virtualization(NULL) > 0)
+                return 0;
+
         if ((r = read_one_line_file("/proc/cmdline", &line)) < 0) {
                 log_warning("Failed to read /proc/cmdline, ignoring: %s", strerror(-r));
                 return 0;