summaryrefslogtreecommitdiffstats
path: root/debian/hwclock.5
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 14:30:36 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 14:30:36 +0000
commitd731b1222e17e0081e5e4e1fc9603b67ba0b72e3 (patch)
treee0426bca9e6173cf00b0ee2573aa2c0cf96b8a25 /debian/hwclock.5
parentAdding upstream version 2.38.1. (diff)
downloadutil-linux-d731b1222e17e0081e5e4e1fc9603b67ba0b72e3.tar.xz
util-linux-d731b1222e17e0081e5e4e1fc9603b67ba0b72e3.zip
Adding debian version 2.38.1-5.debian/2.38.1-5debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/hwclock.5')
-rw-r--r--debian/hwclock.534
1 files changed, 34 insertions, 0 deletions
diff --git a/debian/hwclock.5 b/debian/hwclock.5
new file mode 100644
index 0000000..59d3d4a
--- /dev/null
+++ b/debian/hwclock.5
@@ -0,0 +1,34 @@
+.TH HWCLOCK 5 "Dec 2020" "" "Debian Administrator's Manual"
+.SH NAME
+hwclock \- settings that affect the behaviour of the hwclock init script
+.SH DESCRIPTION
+The
+.I /etc/default/hwclock
+file contains settings in POSIX format:
+.IP "" .5i
+VAR=VAL
+.PP
+Only one assignment is allowed per line.
+Comments (starting with '#') are also allowed.
+
+.SH SETTINGS
+The following settings can be set.
+
+.IP \fBHCTOSYS_DEVICE\fP
+The hardware clock device you want to use. Defaults to \fBrtc0\fP.
+It should probably match the CONFIG_RTC_HCTOSYS_DEVICE kernel config
+option.
+
+If you change this, you also need to install a custom udev rule,
+mirroring \fB/usr/lib/udev/rules.d/85-hwclock.rules\fP. Otherwise,
+the hardware clock device will be ignored during boot.
+
+On almost all systems, this should not be changed.
+
+.SH NOTES
+
+On systems using systemd as init, the hwclock init script is ignored.
+
+.SH SEE ALSO
+.BR hwclock (8),
+.BR systemd-timesyncd.service (8)