I originally used the debian repro version of plex and had it working with systemd. I decided to intstall the latest plex pass version from the ubuntu download (Version 0.9.15.4.1679-e4df231) now the media server won't start when i use sudo service plexmediaserver start, as usuall. I've tried to go back to the debian repro version and I still get the same problem.
I just get this if I use systemctl status plexmediaserver.service
● plexmediaserver.service - Plex Media Server for Linux
Loaded: loaded (/lib/systemd/system/plexmediaserver.service; enabled)
Active: failed (Result: start-limit) since Thu 2016-02-18 19:56:30 GMT; 7s ago
Process: 10551 ExecStart=/bin/sh -c /usr/lib/plexmediaserver/Plex\ Media\ Server (code=exited, status=255)
Process: 10548 ExecStartPre=/bin/sh -c /usr/bin/test -d "${PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR}" || /bin/mkdir -p "${PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR}" (code=exited, status=0/SUCCESS)
Main PID: 10551 (code=exited, status=255)
any help would be really appreciated.