current system date is now written to kernel log at each boot

This commit is contained in:
Calin Crisan 2016-04-07 21:50:13 +03:00
parent 322642cfa4
commit 1589076e76

View File

@ -83,6 +83,8 @@ start() {
else
start_ntp
fi
echo "system date is $(date '+%Y-%m-%d %H:%M:%S')" > /dev/kmsg
}
stop() {