mirror of
https://github.com/pygos/init-scripts.git
synced 2025-02-08 02:21:02 +01:00
6 lines
155 B
Text
6 lines
155 B
Text
description restore saved time from last shutdown
|
|
type wait
|
|
target boot
|
|
before sysinit
|
|
after vfs modules
|
|
exec xargs -a @STATEFILESPATH@/swclock date --utc
|