From c3249ae0c9777e8d16c90ce1ca441e90ad4fcf7b Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sun, 22 Jul 2018 20:55:34 +0200 Subject: Add swclock service for systems without a hardware RTC Some systems don't have a hardware real time clock and don't know the time after bootin. An obvious soulution for this is to use time from an ntp server. Unfortunately that requires domain name resolution, which resolvers like unbound won't do for us, if the DNSSEC certificates aren't valid, which they aren't if we start out with a time around 1970-1-1. The "software clock" service tries to provide a workaround by restoring a reasonably valid time from a backup file during boot, which we update when shuting down. If we wan't a more correct time, we have to update it from NTP in between. Signed-off-by: David Oberhollenzer --- services/Makemodule.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'services/Makemodule.am') diff --git a/services/Makemodule.am b/services/Makemodule.am index 8f22675..3625715 100644 --- a/services/Makemodule.am +++ b/services/Makemodule.am @@ -7,7 +7,8 @@ init_DATA += services/sysfs services/procfs services/tmpfs init_DATA += services/vfs services/ifrename services/ifcfg init_DATA += services/dhcpcd services/dhcpcdmaster services/unbound init_DATA += services/dnsmasq services/ifdown services/modules -init_DATA += services/network services/hostapd +init_DATA += services/network services/hostapd services/swclock +init_DATA += services/swclocksave if USYSLOGD init_DATA += services/usyslogd -- cgit v1.2.3