* Ignore modprobe errors.
svn path=/nixos/trunk/; revision=8713
This commit is contained in:
parent
7243eb1d1d
commit
bec6f8a516
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue