6 lines
262 B
Text
6 lines
262 B
Text
![]() |
#!/sbin/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 }
|