

| The Following User Says Thank You to RobbH For This Useful Post: | ||
# Start openntpd /etc/init.d/openntpd start # Run ntpd in foreground (not as daemon) ntpd -d
sudo gainroot cd /usr/sbin/ cp /home/user/MyDocs/ntpd.sh.txt ntpd.sh chmod 755 ntpd.sh
sudo gainroot ntpd.sh
#! /bin/sh # rootsh /etc/init.d/openntpd start
description "Start ntpd"
start on started clock-daemon
console none
script
/usr/bin/ntpdstart
end script
| The Following User Says Thank You to RobbH For This Useful Post: | ||
| The Following 2 Users Say Thank You to For This Useful Post: | ||
| The Following User Says Thank You to delta.br For This Useful Post: | ||