9 lines
184 B
Text
9 lines
184 B
Text
|
#!/bin/sh
|
||
|
|
||
|
# Enable swclock OpenRC service
|
||
|
rc-update -q add swclock boot
|
||
|
|
||
|
# Prime swclock with a reasonable date/time on first boot
|
||
|
mkdir -p /run/openrc
|
||
|
touch /run/openrc/shutdowntime
|