* Postfix needs TZ to be set, otherwise the generated headers are

wrong (reported by Peter Simons).

svn path=/nixos/trunk/; revision=27639
This commit is contained in:
Eelco Dolstra 2011-07-07 19:18:40 +00:00
parent 466d798b15
commit 6857a28f0e

View File

@ -315,6 +315,8 @@ in
respawn = true;
environment.TZ = config.time.timeZone;
script = ''
while ${pkgs.procps}/bin/ps `${pkgs.coreutils}/bin/cat /var/postfix/queue/pid/master.pid` |
grep -q postfix