summaryrefslogtreecommitdiffstats
path: root/install/share/ntpd.sysconfig.template
diff options
context:
space:
mode:
Diffstat (limited to 'install/share/ntpd.sysconfig.template')
-rw-r--r--install/share/ntpd.sysconfig.template8
1 files changed, 8 insertions, 0 deletions
diff --git a/install/share/ntpd.sysconfig.template b/install/share/ntpd.sysconfig.template
new file mode 100644
index 000000000..3412a0e8c
--- /dev/null
+++ b/install/share/ntpd.sysconfig.template
@@ -0,0 +1,8 @@
+# Drop root to id 'ntp:ntp' by default.
+OPTIONS="-x -u ntp:ntp -p /var/run/ntpd.pid"
+
+# Set to 'yes' to sync hw clock after successful ntpdate
+SYNC_HWCLOCK=yes
+
+# Additional options for ntpdate
+NTPDATE_OPTIONS=""