time syncronization: ntp via systemd
enabling time synchronization via systemd the following is needed
- check time before
$ timedatectl status - enabling ntp
$ timedatectl set-ntp true - check systemd
$ sudo systemctl status systemd-timesyncd.service - check time after
$ timedatectl status