13 lines
243 B
Plaintext
13 lines
243 B
Plaintext
|
# 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
|