diff options
author | ficus <ficus@robocracy.org> | 2012-09-23 04:22:14 +0200 |
---|---|---|
committer | ficus <ficus@robocracy.org> | 2012-09-23 04:22:14 +0200 |
commit | b1aec80110e822d835f6c97a2320b7dfc5fba039 (patch) | |
tree | 3f88cf6ec6a8e2836c91705baf2bfc31ab51d0dd /packages/torouter-prep/configs/etc/default/openntpd | |
parent | e2973e8ea5c57bfa6ed41293e0250c68d29cfed9 (diff) | |
download | torouter-b1aec80110e822d835f6c97a2320b7dfc5fba039.tar.gz torouter-b1aec80110e822d835f6c97a2320b7dfc5fba039.zip |
possibly functional image builder
Diffstat (limited to 'packages/torouter-prep/configs/etc/default/openntpd')
-rw-r--r-- | packages/torouter-prep/configs/etc/default/openntpd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/torouter-prep/configs/etc/default/openntpd b/packages/torouter-prep/configs/etc/default/openntpd new file mode 100644 index 0000000..318e7bd --- /dev/null +++ b/packages/torouter-prep/configs/etc/default/openntpd @@ -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" |