aboutsummaryrefslogtreecommitdiff
path: root/rc.shutdown
diff options
context:
space:
mode:
Diffstat (limited to 'rc.shutdown')
-rwxr-xr-xrc.shutdown6
1 files changed, 5 insertions, 1 deletions
diff --git a/rc.shutdown b/rc.shutdown
index 4688a6b..a49c18e 100755
--- a/rc.shutdown
+++ b/rc.shutdown
@@ -44,7 +44,11 @@ stat_busy "Saving Random Seed"
stat_done
stat_busy "Saving System Clock"
-/sbin/hwclock --systohc
+if [ $HARDWARECLOCK = "UTC" ]; then
+ /sbin/hwclock --utc --systohc
+else
+ /sbin/hwclock --localtime --systohc
+fi
stat_done
# Write to wtmp file before unmounting