hwclock 274 B

12345678910111213
  1. # Set system time from hardware clock
  2. type = scripted
  3. logfile = /run/hwclock.log
  4. command = /sbin/hwclock --hctosys
  5. # Optional, not necessary, and not recommended:
  6. #stop-command = /sbin/hwclock --systohc
  7. restart = false
  8. depends-on = udevd
  9. depends-on = early-filesystems