src/world/s6-scripts/etc/s6/sv/hwclock/up
Nathan Fisher 828f465435 Fixed numerous path issues in s6-scripts;
Fix sbin handling in hhl.script.mk
2022-08-25 13:13:16 -04:00

5 lines
261 B
Text

#!/bin/execlineb -P
envfile /etc/s6/s6.conf
importas -iu HARDWARECLOCK HARDWARECLOCK
foreground { if { test $HARDWARECLOCK = UTC } hwclock --systz --utc --noadjfile }
foreground { if { test $HARDWARECLOCK = localtime } hwclock --systz --localtime --noadjfile }