* Cron: set TZ.

svn path=/nixos/trunk/; revision=10449
This commit is contained in:
Eelco Dolstra 2008-02-01 13:56:36 +00:00
parent 0d50031a0a
commit b078ef6c70

View File

@ -43,6 +43,9 @@ in
start on startup
stop on shutdown
# Needed to interpret times in the local timezone.
env TZ=${config.time.timeZone}
respawn ${pkgs.cron}/sbin/cron -n
'';
}