description "Samba Name Deamon" author "Harald Kueller " version 1.0 emits none special start on (runlevel [2345] and (started ifup)) stop on runlevel [016] console output pre-start script if [ -f /etc/ntp.conf ]; then /usr/bin/ntpdate `grep server /etc/ntp.conf|head --lines=1|sed -e "s/server //g"` else exit 10 fi end script exec /usr/bin/ntpd -n -l /var/log/ntp.log