I have managed to get the Plex Media Server running on my Chromebook via Crouton and Unity.
The only thing is that it won't load unless I run the command sudo su -c /usr/sbin/start_pms plex
Is there an easy way to run this automatically when I boot into Crouton? This would make my life alot easier.
Thanks guys,
upstart
,/etc/crontab
or/etc/rc.local
, skip thesudo su -c
- all three run as root. You shouldn't have to dosu -c
either -sudo /usr/bin/...
would be just fine. – muru Apr 12 '15 at 11:07/var/log/upstart/startplex.log
file contain? – muru Apr 12 '15 at 19:56