smaller init scripts again

Published: Friday, November 23, 2007
Tags: tech

#!/sbin/runscript
command=/usr/sbin/ntpd
pidfile=/var/run/ntpd.pid
command_args="-p ${pidfile} ${NTPD_OPTS}"
required_files=/etc/ntp.conf
depend() {
	need net
	use dns logger
	after ntp-client
}
OK, you don’t get the comment about where the example is, but heh.