From 90d265d8e21487597936d83d0575e3709b0debdf Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Sat, 25 Aug 2018 11:58:38 +0200 Subject: [PATCH] [enh] Add fake-hwclock Fake-hwclock save the clock each hours and at shutdown. On boot, it will check if the current date is under the registered date and if it's the case load the registered date. This is needed to be able to make TLS/openvpn authentication securely. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index fae93019b..8d427dfa7 100644 --- a/debian/control +++ b/debian/control @@ -25,7 +25,7 @@ Depends: ${python:Depends}, ${misc:Depends} , dnsmasq, openssl, avahi-daemon, libnss-mdns, resolvconf, libnss-myhostname , metronome , rspamd (>= 1.6.0), redis-server, opendkim-tools - , haveged + , haveged, fake-hwclock Recommends: yunohost-admin , openssh-server, ntp, inetutils-ping | iputils-ping , bash-completion, rsyslog, etckeeper