Comparing the port ntp versus the port postgresql.
pkg info -l postgresql13-server | grep rc.d returns :
/usr/local/etc/rc.d/postgresql
So you can start this service in the location /usr/local/etc/rc.d
pkg info -l net/ntp | grep rc.d returns nothing.
There is no rc.d file located in /usr/local/etc/rc.d or service you can start there
This is strange ?
pkg info -l postgresql13-server | grep rc.d returns :
/usr/local/etc/rc.d/postgresql
So you can start this service in the location /usr/local/etc/rc.d
pkg info -l net/ntp | grep rc.d returns nothing.
There is no rc.d file located in /usr/local/etc/rc.d or service you can start there
This is strange ?