# Default options for the ntpd daemon:
#
# -g: allow initial time correction to be Big (once only)
# -p /run/ntpd.pid: write ntpd PID to this location
# -u ntp:ntp: run ntpd as user ntp, group ntp
#
# Depending on your network, you might want to add -4 (ipv4 only)
# or -6 (ipv6 only).
#
# For other available options, see "man ntpd".

NTPD_OPTS="-g -p /run/ntpd.pid -u ntp:ntp"