Merge pull request #124148 from hyperfekt/mount-pstore-quiet

nixos/filesystems: condition mount-pstore.service on unmounted /sys/fs/pstore (once more)
This commit is contained in:
Guillaume Girol
2021-05-23 13:52:37 +00:00
committed by GitHub

View File

@@ -321,6 +321,7 @@ in
RemainAfterExit = true;
};
unitConfig = {
ConditionPathIsMountPoint = "!/sys/fs/pstore";
ConditionVirtualization = "!container";
DefaultDependencies = false; # needed to prevent a cycle
};