2024-10-24, 08:25 PM
Delete this file.
/etc/systemd/system/jellyfin.service
And I'm assuming this file
/etc/systemd/system/multi-user.target.wants/jellyfin.service
is a symlink to this file.
/usr/lib/systemd/system/jellyfin.service
Delete that first file, and if the symlink is the same as mine, run this command to update services and then start jellyfin.
/etc/systemd/system/jellyfin.service
And I'm assuming this file
/etc/systemd/system/multi-user.target.wants/jellyfin.service
is a symlink to this file.
/usr/lib/systemd/system/jellyfin.service
Code:
chris@rat-trap:~$ ll /etc/systemd/system/multi-user.target.wants/jellyfin.service
lrwxrwxrwx 1 root root 40 Oct 24 16:06 /etc/systemd/system/multi-user.target.wants/jellyfin.service -> /usr/lib/systemd/system/jellyfin.service
Delete that first file, and if the symlink is the same as mine, run this command to update services and then start jellyfin.
Code:
sudo systemctl daemon-reload
sudo systemctl start jellyfin