diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:30:36 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:30:36 +0000 |
commit | d731b1222e17e0081e5e4e1fc9603b67ba0b72e3 (patch) | |
tree | e0426bca9e6173cf00b0ee2573aa2c0cf96b8a25 /debian/hwclock.rules | |
parent | Adding upstream version 2.38.1. (diff) | |
download | util-linux-debian.tar.xz util-linux-debian.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.rules')
-rw-r--r-- | debian/hwclock.rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/hwclock.rules b/debian/hwclock.rules new file mode 100644 index 0000000..c4c0b17 --- /dev/null +++ b/debian/hwclock.rules @@ -0,0 +1,4 @@ +# Set the System Time from the Hardware Clock and set the kernel's timezone +# value to the local timezone when the kernel clock module is loaded. + +KERNEL=="rtc0", RUN+="/usr/lib/udev/hwclock-set $root/$name" |