summaryrefslogtreecommitdiffstats
path: root/source/n/ntp/ntp
blob: 26d9c37afce9f2d86224e4cf708623c76c97aaff (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# 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"