main/busybox: run ntpd as ntp user and not root
The ntp daemon doesn't need to be run as root. This change makes use of the capabilities
option to give the daemon a permission otherwise only given to root.
Credits for the idea: https://filipsjanis.com/articles/linux-rootless-ntpd-capabilities.html