For some reason Plex crashed this morning which has been the first time this happened. On inspection I discovered that my /var partition was full, which was strange. After a bit of research I discovered that the video thumbnails was probably the culprit, however I couldn’t get onto the server to change this setting then optimise the database. This lead to me needing to uninstall PMS then reinstall it. This completed with a few errors, however when I type in “start_pms” the server starts fine. The only issue is that I have to type that into terminal in order to get it to start as it seems the errors that occurred were that it didn’t install the services for some reason.
I just need to know if there is anyway that I can create these myself.
[Install]
WantedBy=multi-user.target
.
run sudo systemctl start plexmediaserver
check that there are no errors and it’s still running with sudo systemctl status plexmediaserver
Then make it run on restart sudo systemctl enable plexmediaserver