1749845392

This commit is contained in:
2025-06-13 14:09:52 -06:00
parent 79a7faecf7
commit 0fee08b34b
9 changed files with 1 additions and 1 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