Plugins boot issues

Didic

Dabbler
Joined
Jun 18, 2021
Messages
12
Hello,

I have installed the Plex and nextcloud plugin on my Truenas core.
The installation went well and the plugins work.
However, each time the server is restarted, the two plugins do not launch automatically.
However the boot box in the list of plugins is checked for both.
Could you please point me to the solution?

Sincerely.
 

ThreeDee

Guru
Joined
Jun 13, 2013
Messages
700
I don't know if it's the same for the plugin install of Plex.. but for manual installs (which is always better). You type:

Code:
sysrc "plexmediaserver_enable=YES"

Code:
sysrc "plexmediaserver_plexpass_enable=YES"


in the Plex jail's shell
 

Didic

Dabbler
Joined
Jun 18, 2021
Messages
12
Thanks for your answer I will see if it works for me.
I add a curiosity that may be related.
My server shuts down at night (Cron task) and restarts in the morning (BIOS).
If it is restarted in this way the plugins are not started automatically.
If I switch it off and on again with the power button, the plugins start automatically.

Do you see an explanation ?
 
Top