When i update my debian linux server, it changes the /plexmediaserver.service file. To default /var/blah. location.
But i have server on /disk/plexmediaserver… It did work with autoupdate before. So i did a manual update to do a test. “dpkg -i .deb file”. But it still changed the service file…
So now it always change it, so i have to manual update the service file to the location where i run the server from… Anyone know what i have to do, so i have dont have to change this startup file…
/etc/systemd/system/multi-user.target.wants/plexmediaserver.service is a symbolic link which systemd uses to tell it which services to start. It is the control mechanism.
If you type systemctl disable plexmediaserver , the symlink is removed.
Please now do it as instructed which is how systemd supports it.
Put all customizations in /etc/systemd/system/plexmediaserver.service.d/override.conf as shown in the customization How-To linked above.