5 lines
261 B
Text
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 }
|