2015-02-27 00:58:55 +00:00
|
|
|
#!/sbin/runscript
|
|
|
|
# Copyright 1999-2012 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-09-05 22:02:27 +00:00
|
|
|
# $Id$
|
2015-02-27 00:58:55 +00:00
|
|
|
|
|
|
|
command="/bin/busybox ntpd"
|
|
|
|
command_args="${NTPD_OPTS}"
|
|
|
|
pidfile="/var/run/ntpd.pid"
|
|
|
|
|
|
|
|
depend() {
|
|
|
|
use net dns logger
|
|
|
|
after ntp-client
|
|
|
|
}
|