I was trying to follow this: https://www.digitalocean.com/community/tutorials/how-to-set-up-time-synchronization-on-debian-10 when I asked it to start chronyd, this is what happened: ``` ● chrony.service - chrony, an NTP client/server Loaded: loaded (/lib/systemd/system/chrony.service; enabled; vendor preset: enabled) Active: inactive (dead) since Sat 2020-10-31 20:13:23 UTC; 47ms ago Docs: man:chronyd(8) man:chronyc(1) man:chrony.conf(5) Process: 2872 ExecStart=/usr/sbin/chronyd $DAEMON_OPTS (code=exited, status=0/SUCCESS) Process: 2877 ExecStartPost=/usr/lib/chrony/chrony-helper update-daemon (code=exited, status=0/SUCCESS) Main PID: 2874 (code=exited, status=0/SUCCESS) Oct 31 20:13:23 odroidxu4 systemd[1]: Starting chrony, an NTP client/server... Oct 31 20:13:23 odroidxu4 chronyd[2874]: chronyd version 3.4 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +SECHASH +IPV6 -DEBUG) Oct 31 20:13:23 odroidxu4 chronyd[2874]: Frequency 0.000 +/- 1000000.000 ppm read from /var/lib/chrony/chrony.drift Oct 31 20:13:23 odroidxu4 chronyd[2874]: Loaded seccomp filter Oct 31 20:13:23 odroidxu4 systemd[1]: Started chrony, an NTP client/server. Oct 31 20:13:23 odroidxu4 chronyd[2874]: chronyd exiting Oct 31 20:13:23 odroidxu4 systemd[1]: Stopping chrony, an NTP client/server... Oct 31 20:13:23 odroidxu4 systemd[1]: chrony.service: Succeeded. Oct 31 20:13:23 odroidxu4 systemd[1]: Stopped chrony, an NTP client/server. ``` it starts and stops multiple times in the same second