/etc/conf.d/ntpd (1)

From RaySoft
#-----------------------------------------------------------------------
# ntpd
# ====
#
# Project   Gentoo 4 Shuttle DS57Ux
# Scope     Gentoo
# Copyright (C) 2022 by RaySoft, Zurich, Switzerland
# License   GNU General Public License (GPL) 2.0
#           https://www.gnu.org/licenses/gpl2.txt
#
#-----------------------------------------------------------------------

# Options to pass to the ntpd process
#
# -4
# Force DNS resolution of host names to the IPv4 namespace.
# -I INTERFACE
# Listen on interface. This option may appear an unlimited number of times.
NTPD_OPTS="-4 -I 'lo' -I 'eno1'"