]> git.pld-linux.org Git - packages/ntp.git/blobdiff - ntp.sysconfig
- allow ntpq -p to work by default from localhost
[packages/ntp.git] / ntp.sysconfig
index 440a6afb0db78ee3640635821cfe07575b22be97..6688f86525a367b96e7fc8410f61aaa6e7105b0f 100644 (file)
@@ -3,7 +3,9 @@
 # Define services nice level
 SERVICE_RUN_NICE_LEVEL="+1"
 
-# Sync time at startup
-SYNC_TIME=no
-NTPDATE_OPTIONS="-o 1"
-NTPDATE_SERVERS="ntp.nasa.gov clock.isc.org vega.cbk.poznan.pl"
+# pass additional arguments (like -g)
+#NTPD_OPTIONS="-l /var/log/ntpd.log" # this demands logrotate to avoid problems
+NTPD_OPTIONS=""
+
+# switch user to this user when running ntpd(1)
+NTPD_USER="ntp"
This page took 0.030995 seconds and 4 git commands to generate.