configure, start ntpd service
A short few months ago I followed some instructions on configuring the ntpd service for High Sierra as follows:
Modify /etc/ntp.conf
sudo killall ntpd
sudo ntpd
I bought a new Mac Mini two days ago, with High Sierra, and tried the above. When I did 'systemsetup -getnetworktimeserver' before doing the above I got "Network Time Server: time.apple.com", as expected. That was the previous contents of /etc/ntp.conf. When I then did the above set of instructions for my new config, my killall came back with "No matching processes were found" ??? Then I ran the 'sudo ntpd', then did the systemsetup -getnetworktimeserver' and got "Network Time Server: (null)". On my other two High Sierra system that comes back as "Network Time Server: mail.hprs.local".
What am I doing wrong? My ntp.conf is:
server mail.hprs.local iburst prefer
server 0.pool.ntp.org iburst
server 1.pool.ntp.org iburst
server 127.127.1.0
fudge 127.127.1.0 stratum 10
driftfile /etc/ntp/drift
restrict default noquery nomodify
restrict 127.0.0.1
Mac mini Unibody no ODD