Centos 7.2.1511
I just upgraded the server to the latest version. after the install i run the usual command to start the service but it fails saying:
Job for plexmediaserver.service failed because the control process exited with error code. See "systemctl status plexmediaserver.service" and "journalctl -xe" for details.
so i run those 2 and get this:
plexmediaserver.service - Plex Media Server for Linux
Loaded: loaded (/usr/lib/systemd/system/plexmediaserver.service; enabled; vendor preset: disabled)
Drop-In: /etc/systemd/system/plexmediaserver.service.d
└─overide.conf
Active: failed (Result: start-limit) since Fri 2016-07-22 00:14:24 EDT; 6min ago
Process: 19208 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=1/FAILURE)
Journal -xe is blank, there are no entries. I looked into that result start limit bit and it seems like the service is blocked from starting too oon? but i don't know how to force it. i tried rolling back the update in yum but that failed too, probably because I don't have the old rpm anywhere