Don't run hwclock if /etc/ is not writable (#353320)

This commit is contained in:
Sandro
2024-11-06 18:25:41 +01:00
committed by GitHub
+1
View File
@@ -14,6 +14,7 @@ with lib;
unitConfig = {
DefaultDependencies = false;
ConditionPathExists = "/dev/rtc";
ConditionPathIsReadWrite = "/etc/";
};
serviceConfig = {