Dear FreeBSD nerds, I'm having trouble setting up a service/daemon:
I have installed the RSS reader miniflux (manually), and copied the rc.d script from the ports tree. It's a simple script, runs miniflux as a daemon tells you about the pid and config and so on. miniflux launches and works through my reverse proxy as expected.
The script runs correctly if I run it interactively, that is, I type `sh /usr/local/etc/rc.d/miniflux`, and if I look at `service -e` then it shows in the correct place in the order, but on bootup there's nothing! It's enabled in rc.conf.
I do `dmesg -a | grep miniflux` and there's nothing there, not even a checkyesno. I'm at a loss as to what to investigate. `service miniflux status` shows not running after restart, and running with correct pid if I run the script interactively.
Many thanks for your advice!
#AskFedi #FreeBSD #HelpWanted #rcd