summaryrefslogtreecommitdiff
path: root/xi/s6/sv/hwclock/down
diff options
context:
space:
mode:
Diffstat (limited to 'xi/s6/sv/hwclock/down')
-rw-r--r--xi/s6/sv/hwclock/down6
1 files changed, 0 insertions, 6 deletions
diff --git a/xi/s6/sv/hwclock/down b/xi/s6/sv/hwclock/down
deleted file mode 100644
index 5349d21..0000000
--- a/xi/s6/sv/hwclock/down
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/execlineb -P
-if { s6-echo "[ Shutdown ] : Saving sytem clock to rtc0" }
-envfile /etc/s6/s6.conf
-importas -iu HARDWARECLOCK HARDWARECLOCK
-foreground { if { s6-test $HARDWARECLOCK = UTC } hwclock --systohc --utc --noadjfile }
-foreground { if { s6-test $HARDWARECLOCK = localtime } hwclock --systohc --localtime --noadjfile }