diff options
Diffstat (limited to 'services/hwclock.in')
-rw-r--r-- | services/hwclock.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/services/hwclock.in b/services/hwclock.in new file mode 100644 index 0000000..b558493 --- /dev/null +++ b/services/hwclock.in @@ -0,0 +1,6 @@ +name = "hwclock" +description = "restore time from RTC" +exec = "@SBINPATH@/hwclock --hctosys --utc" +type = wait +target = boot +before = sysinit |