1
0
Fork 0
mirror of https://github.com/pygos/init.git synced 2024-09-28 00:59:49 +02:00
init/.gitignore
David Oberhollenzer c3249ae0c9 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 <david.oberhollenzer@tele2.at>
2018-07-22 21:38:14 +02:00

44 lines
468 B
Text

*.in
*.cache
.*
*.o
*.a
*~
Makefile
aclocal.m4
compile
config.*
configure
depcomp
install-sh
missing
stamp-h1
init
service
reboot
shutdown
killall5
runsvc
syslog
usyslogd
services/sigkill
services/sigterm
services/devfs
services/procfs
services/sysfs
services/ifrename
services/ifcfg
services/ifdown
services/modules
services/hostapd
services/swclock
services/swclocksave
scripts/devfs.sh
scripts/ifrename.sh
scripts/ifcfg.sh
scripts/modules_load.sh
etc/initd.env