NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
devbobo
Feb 23, 2015Aspirant
Plex not auto starting on reboot
G'day Guys, I have Plex install on a RN-516, but for some reason when I reboot the NAS, I have to manually start the App. Can someone please point in the the right direction on where to look to ...
devbobo
Feb 25, 2015Aspirant
changing the file to the following seemed to make it work....
[Unit]
Description=Plex Media Server
After=network.target
[Service]
EnvironmentFile=/apps/plexmediaserver/plexmediaserver_environment
ExecStartPre=/bin/sh -c 'sleep 60'
ExecStartPre=/bin/sh -c '/usr/bin/test -d "${PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR}" || /bin/mkdir -p "${PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR}"'
ExecStartPre=/bin/sh -c '/usr/bin/test -d "/apps/plexmediaserver/temp" || /bin/mkdir -p "/apps/plexmediaserver/temp"'
ExecStart=/bin/sh -c '/apps/plexmediaserver/Binaries/Plex\ Media\ Server'
Type=simple
[Install]
WantedBy=multi-user.target
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!