Service commands
Commands for the service:
# service ntpd start|stop|restart
Set it to start on boot:
# chkconfig ntpd on
Check if it's running (returns process #)
# pgrep chkconfig
# service ntpd start|stop|restart
Set it to start on boot:
# chkconfig ntpd on
Check if it's running (returns process #)
# pgrep chkconfig