* Ignore modprobe errors.

svn path=/nixos/trunk/; revision=8713
This commit is contained in:
Eelco Dolstra 2007-05-16 19:43:28 +00:00
parent 7243eb1d1d
commit bec6f8a516

View File

@ -37,7 +37,7 @@ start script
chown ${ntpUser} ${stateDir}
# Needed to run ntpd as an unprivileged user.
${modprobe}/sbin/modprobe capability
${modprobe}/sbin/modprobe capability || true
${ntp}/bin/ntpd -q -g ${ntpFlags}