openntpd - BYO-NTP/recipes GitHub Wiki

Install

Freebsd

pkg install openntpd

Linux

apt install -y openntpd
sed -i -e '/^DAEMON_OPTS/ s|-f|-s -f|' /etc/default/openntpd
systemctl disable --now fake-hwclock
apt-get remove fake-hwclock -y

CONFIGURE

FreeBSD & Linux users get to skip adding any sensors to OpenNTPD as it only supports GPS units via the OpenBSD sensors implementation.

References