summaryrefslogtreecommitdiff
blob: 4959bd9361f2d61f291a53347dd2f19b9536d75f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/sbin/runscript
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/busybox-ntpd/files/busybox-ntpd.initd,v 1.1 2012/08/21 12:39:10 sbriesen Exp $

# Note: the ntpd applet does not produce a pidfile
command="/bin/busybox ntpd"
command_args="${NTPD_OPTS}"

depend() {
	use net dns logger
	after ntp-client
}