svn path=/nixos/branches/upstart-0.6/; revision=18228

This commit is contained in:
Eelco Dolstra 2009-11-06 21:39:18 +00:00
parent d545d08461
commit a60d83d3b4

View file

@ -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