Hi All,
Hoping someone can help me. I
I am wanting to ‘move’ the application support folder to and SSD drive on my Plex Media Server to increase its performance (that is the general idea as I have only started reading into this)
Anyhow, I have read a number of threads about editing the override.conf file to point to the new location, which I have done (pretty sure its correct) and I’ve assigned the user/group permissions to plex (plex:plex)
This is my override.conf:
# Customize Plex’s config
#
# Identify this as a service override
[Service]
#
# Move the data directory
Environment="PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR=/media/dennis/Plex_Cache/plexmediaserver/"
#
# These values are only needed if you wish to change user & group
User=plex
Group=plex
I then try to restart the plex service (service plexmediaserver restart) and I get the following error:
Job for plexmediaserver.service failed because the control process exited with error code.
See “systemctl status plexmediaserver.service” and “journalctl -xeu plexmediaserver.service” for details.
So I investigate systemctl status plexmediaserver.service and I get the below error:
systemctl status plexmediaserver.service
× plexmediaserver.service - Plex Media Server
** Loaded: loaded (/lib/systemd/system/plexmediaserver.service; enabled; vendor preset: enabled)**
** Drop-In: /etc/systemd/system/plexmediaserver.service.d**
** └─override.conf**
** Active: failed (Result: exit-code) since Sat 2022-05-28 10:22:41 AWST; 476ms ago**
** Process: 26476 ExecStartPre=/bin/sh -c /usr/bin/test -d "${PLEX_MEDIA_SERVER_APPLICATION_SUPP>**
** CPU: 13ms**
May 28 10:22:41 per-plex-svr systemd[1]: plexmediaserver.service: Scheduled restart job, restart >
May 28 10:22:41 per-plex-svr systemd[1]: Stopped Plex Media Server.
May 28 10:22:41 per-plex-svr systemd[1]: plexmediaserver.service: Start request repeated too quic>
May 28 10:22:41 per-plex-svr systemd[1]: plexmediaserver.service: Failed with result ‘exit-code’.
May 28 10:22:41 per-plex-svr systemd[1]: Failed to start Plex Media Server.
Looking at journalctl -xeu plexmediaserver.service, I see the below:
The unit plexmediaserver.service has entered the ‘failed’ state with result ‘exit-code’.
May 28 10:22:41 per-plex-svr systemd[1]: Failed to start Plex Media Server.
Subject: A start job for unit plexmediaserver.service has failed
Defined-By: systemd
Support: Enterprise open source support | Ubuntu
A start job for unit plexmediaserver.service has finished with a failure.
The job identifier is 5256 and the job result is failed.
I am not sure what I am doing wrong as I have confirmed the location of where I want the Application Support to now be (the SSD drive) and I am confident I did edit the override.conf file correctly, so I am not sure where the error lays.
Anyone have any ideas?
I am running Plex Media Server 1.26.2.5797 on Linux (Ubuntu 22.04)