* Chroot ntpd.
svn path=/nixos/trunk/; revision=7464
This commit is contained in:
@@ -12,7 +12,7 @@ let
|
||||
${toString (map (server: "server " + server + "\n") servers)}
|
||||
";
|
||||
|
||||
ntpFlags = "-c ${config} -u ${ntpUser}:nogroup";
|
||||
ntpFlags = "-c ${config} -u ${ntpUser}:nogroup -i ${stateDir}";
|
||||
|
||||
in
|
||||
|
||||
|
||||
Reference in New Issue
Block a user