-> @haileys.quest · Mar 14
this is the stderr output from the ntpd service apparently:
/usr/sbin/ntpd: unrecognized option: N
usage: ntpd [-dnv] [-f file] [-p file]
and this is `/etc/init.d/ntpd`:
#!/sbin/openrc-run
name="busybox $RC_SVCNAME"
command="/usr/sbin/$RC_SVCNAME" […]