diff options
author | Jacob Appelbaum <jacob@appelbaum.net> | 2011-08-19 14:31:45 +0200 |
---|---|---|
committer | Jacob Appelbaum <jacob@appelbaum.net> | 2011-08-19 14:31:45 +0200 |
commit | 1ce6ae2823cd10c38340da21962a48f90879bde0 (patch) | |
tree | 99a7c171acefabb495feeb5369e4868b12623c29 /packages/torouter-prep/configs/openntpd-default | |
parent | 6d5f6e5e68fbb4cb017224f273ae76dbe104f3cb (diff) | |
download | torouter-1ce6ae2823cd10c38340da21962a48f90879bde0.tar.gz torouter-1ce6ae2823cd10c38340da21962a48f90879bde0.zip |
sync time on first startup and all subsequent startups
Diffstat (limited to 'packages/torouter-prep/configs/openntpd-default')
-rw-r--r-- | packages/torouter-prep/configs/openntpd-default | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/torouter-prep/configs/openntpd-default b/packages/torouter-prep/configs/openntpd-default new file mode 100644 index 0000000..318e7bd --- /dev/null +++ b/packages/torouter-prep/configs/openntpd-default @@ -0,0 +1,6 @@ +# /etc/default/openntpd + +# Append '-s' to set the system time when starting in case the offset +# between the local clock and the servers is more than 180 seconds. +# For other options, see man ntpd(8). +DAEMON_OPTS="-f /etc/openntpd/ntpd.conf -s" |