Hi,
Running Truenas Core, TrueNAS-13.0-U6.3. I am trying to move my Prowlarr jail from a plugin to a Jail. I deleted the plugin, then created a jail (making sure to allow_mlock) and then did the following:
pkg install prowlarr
sysrc prowlarr_enable=TRUE
sysrc prowlarr_user=“prowlarr”
sysrc prowlarr_group=“prowlarr”
service prowlarr start
And nothing happens. The service does not start, there are no logs in /usr/local/prowlarr (in fact there is nothing in that folder). I have reinstalled, restarted the jail a couple times, rebooted the whole NAS.
Anyone have any ideas on what could cause this. What log should I be looking at to see what is happening as the service starts?