Hi,
I just updated a jail from 13.1 to 14.0. My problem now is that services installed from packages that puts rc.d-scripts in /usr/local/etc/rc.d is not callable from the service-command. However, they work if being called directly like this:
It is enabled in /etc/rc.conf
And config looks good:
What could be wrong?
I just updated a jail from 13.1 to 14.0. My problem now is that services installed from packages that puts rc.d-scripts in /usr/local/etc/rc.d is not callable from the service-command. However, they work if being called directly like this:
/usr/local/etc/rc.d/tomcat9 start
# service tomcat9 status
tomcat9 does not exist in /etc/rc.d or the local startup
directories (YES), or is not executable
It is enabled in /etc/rc.conf
And config looks good:
# grep -ri "/usr/local/etc/rc.d" /etc/*
/etc/defaults/rc.conf:local_startup="/usr/local/etc/rc.d" # startup script dirs.
What could be wrong?