1
0
forked from ports/contrib

ntp: put ntpd into background to fix offline boots

This commit is contained in:
Thomas Penteker 2014-06-25 21:06:39 +02:00
parent 612449e22d
commit 20cf611c2f

View File

@ -5,8 +5,8 @@
case $1 in
start)
/usr/bin/ntpd -u ntp:ntp -gqx
/usr/bin/ntpd -u ntp:ntp
(/usr/bin/ntpd -u ntp:ntp -gqx
/usr/bin/ntpd -u ntp:ntp) &
;;
stop)
/sbin/hwclock -w