summaryrefslogtreecommitdiffstats
path: root/urunlevel/runlevel/sysconfig/xntp
diff options
context:
space:
mode:
Diffstat (limited to 'urunlevel/runlevel/sysconfig/xntp')
-rw-r--r--urunlevel/runlevel/sysconfig/xntp38
1 files changed, 38 insertions, 0 deletions
diff --git a/urunlevel/runlevel/sysconfig/xntp b/urunlevel/runlevel/sysconfig/xntp
new file mode 100644
index 0000000..8423af0
--- /dev/null
+++ b/urunlevel/runlevel/sysconfig/xntp
@@ -0,0 +1,38 @@
1## Path: Network/NTP
2## Description: Network Time Protocol (NTP) server settings
3## Type: string
4## Default: AUTO-2
5## ServiceRestart: xntpd
6#
7# Usually it's a good idea to get the current time and date
8# from some other ntp server, before the local xntpd is started.
9# - Set XNTPD_INITIAL_NTPDATE="AUTO" to query ALL servers listed
10# in the configuration file (/etc/ntp.conf).
11# - Set XNTPD_INITIAL_NTPDATE="AUTO-{NUMBER}" to query the first {NUMBER}
12# servers listed in the configuration file. E.g. "AUTO-2".
13# Otherwise provide a space-separated list of ntp servers to query, or
14# set XNTPD_INITIAL_NTPDATE="" to do no initial query at all.
15#
16XNTPD_INITIAL_NTPDATE="AUTO-2"
17
18## Type: string
19## Default: "-u ntp"
20#
21# Additional arguments when starting ntpd. The most
22# important ones would be
23# -u user[:group] to make xntpd run as a user (group) other than root.
24#
25XNTPD_OPTIONS="-u ntp"
26
27## Type: yesno
28## Default: yes
29## ServiceRestart: xntpd
30#
31# Shall the time server ntpd run in the chroot jail /var/lib/ntp?
32#
33# Each time you start ntpd with the init script, /etc/ntp.conf will be
34# copied to /var/lib/ntp/etc/.
35#
36# The pid file will be in /var/lib/ntp/var/run/ntpd.pid.
37#
38XNTPD_RUN_CHROOTED="yes"