From a60d83d3b496e21cda034ca1c33b0dc0ac4c2e98 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 6 Nov 2009 21:39:18 +0000 Subject: [PATCH] svn path=/nixos/branches/upstart-0.6/; revision=18228 --- modules/services/networking/ntpd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/networking/ntpd.nix b/modules/services/networking/ntpd.nix index 895a8b8933bb..eaf5b5532aca 100644 --- a/modules/services/networking/ntpd.nix +++ b/modules/services/networking/ntpd.nix @@ -82,7 +82,7 @@ in chown ${ntpUser} ${stateDir} # Needed to run ntpd as an unprivileged user. - ${modprobe}/sbin/modprobe --quiet capability + ${modprobe}/sbin/modprobe --quiet capability || true # !!! This can hang indefinitely if the network is down or # the servers are unreachable. This is particularly bad