mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 11:44:02 +00:00
* Ignore modprobe errors.
svn path=/nixos/trunk/; revision=8713
This commit is contained in:
parent
7243eb1d1d
commit
bec6f8a516
@ -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 New Issue
Block a user