Making the samba services get the timezone.
svn path=/nixos/trunk/; revision=27022
This commit is contained in:
parent
6739162d9a
commit
0af7c7bdcb
@ -69,7 +69,10 @@ let
|
|||||||
startOn = "started samba";
|
startOn = "started samba";
|
||||||
stopOn = "stopping samba";
|
stopOn = "stopping samba";
|
||||||
|
|
||||||
environment = { LD_LIBRARY_PATH = nssModulesPath; };
|
environment = {
|
||||||
|
LD_LIBRARY_PATH = nssModulesPath;
|
||||||
|
TZ = config.time.timeZone;
|
||||||
|
};
|
||||||
|
|
||||||
exec = "${samba}/sbin/${appName} ${args}";
|
exec = "${samba}/sbin/${appName} ${args}";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user