mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
* Cron: set TZ.
svn path=/nixos/trunk/; revision=10449
This commit is contained in:
parent
0d50031a0a
commit
b078ef6c70
@ -43,6 +43,9 @@ in
|
|||||||
start on startup
|
start on startup
|
||||||
stop on shutdown
|
stop on shutdown
|
||||||
|
|
||||||
|
# Needed to interpret times in the local timezone.
|
||||||
|
env TZ=${config.time.timeZone}
|
||||||
|
|
||||||
respawn ${pkgs.cron}/sbin/cron -n
|
respawn ${pkgs.cron}/sbin/cron -n
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user