This commit is contained in:
2025-10-29 19:12:12 -06:00
parent 3a3428953b
commit 2a4db53126
42 changed files with 0 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/bin/sh
# Reset the System Clock to UTC if the hardware clock from which it
# was copied by the kernel was in localtime.
dev=$1
# if [ -e /run/systemd/system ] ; then
# exit 0
# fi
# /sbin/hwclock --rtc=$dev --systz
# /sbin/hwclock --rtc=$dev --hctosys