* 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:
parent
466d798b15
commit
6857a28f0e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user