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
commit 38ea21bd5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,7 @@ with lib;
unitConfig = {
DefaultDependencies = false;
ConditionPathExists = "/dev/rtc";
ConditionPathIsReadWrite = "/etc/";
};
serviceConfig = {