1234567891011121314 |
- # Set system time from hardware clock
- type = scripted
- command = /sbin/hwclock --hctosys
- log-type = buffer
- # Optional, not necessary, and not recommended:
- #stop-command = /sbin/hwclock --systohc
- restart = false
- depends-on: udevd
- waits-for: udev-settle
- depends-on: early-filesystems
|