cron service: fix reliance on etc.timezone
This does not fully address the issue, as cron will not restart whenthe timezone is changed imperatively as it presumably needs to.
Linus Heckemann 8 years ago 46e41da5 94c36383
··· 122 122 fi 123 123 ''; 124 124 125 125 - restartTriggers = [ config.environment.etc.localtime.source ]; 125 125 + restartTriggers = [ config.time.timeZone ]; 126 126 serviceConfig.ExecStart = "${cronNixosPkg}/bin/cron -n"; 127 127 }; 128 128