This repository has been archived on 2024-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
|
# Set system time from hardware clock
|
|
|
|
type = scripted
|
|
logfile = /run/hwclock.log
|
|
command = /sbin/hwclock --hctosys
|
|
|
|
# Optional, not necessary, and not recommended:
|
|
#stop-command = /sbin/hwclock --systohc
|
|
|
|
restart = false
|
|
|
|
depends-on = udevd
|