Change Plex default user in jail

theaddies

Contributor
Joined
Mar 28, 2015
Messages
105
I am trying to iron out some permissions for my plex jail in FreeNAS 11.2. My media is shared under media:media and I would like to set the plex user in the jail as media. Is the command below correct? I have a misunderstanding as to what the service within the jail is running as.
Code:
service plexmediaserver onestop
chown -R media:media /var/db/plexmediaserver
sysrc 'PLUGIN_user=media'
service plexmediaserver start

When I type the first line it says there is no service.
Thanks in advance for the help.
 

nojohnny101

Wizard
Joined
Dec 3, 2015
Messages
1,478
what about:
Code:
service plexmediaserver_plexpass status
 
Top