Making the samba services get the timezone.

svn path=/nixos/trunk/; revision=27022
This commit is contained in:
Lluís Batlle i Rossell 2011-04-28 08:07:17 +00:00
parent 6739162d9a
commit 0af7c7bdcb

View file

@ -69,7 +69,10 @@ let
startOn = "started samba";
stopOn = "stopping samba";
environment = { LD_LIBRARY_PATH = nssModulesPath; };
environment = {
LD_LIBRARY_PATH = nssModulesPath;
TZ = config.time.timeZone;
};
exec = "${samba}/sbin/${appName} ${args}";
};