* 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;
|
respawn = true;
|
||||||
|
|
||||||
|
environment.TZ = config.time.timeZone;
|
||||||
|
|
||||||
script = ''
|
script = ''
|
||||||
while ${pkgs.procps}/bin/ps `${pkgs.coreutils}/bin/cat /var/postfix/queue/pid/master.pid` |
|
while ${pkgs.procps}/bin/ps `${pkgs.coreutils}/bin/cat /var/postfix/queue/pid/master.pid` |
|
||||||
grep -q postfix
|
grep -q postfix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user