2024-05-28, 12:56 PM
The reason you got that message is because you ran just "jellyfin" instead the full command, which includes quite a few options.
From the Jellyfin service file.
All of those option variables are defined in /etc/default/jellyfin. One of them being the jellyfin-web directory.
And that is why you got the message you saw in the first post.
If you want to check if an update was applied correctly you can also use this command.
From the Jellyfin service file.
Code:
ExecStart = /usr/bin/jellyfin $JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLYFIN_ADDITIONAL_OPTS
All of those option variables are defined in /etc/default/jellyfin. One of them being the jellyfin-web directory.
And that is why you got the message you saw in the first post.
If you want to check if an update was applied correctly you can also use this command.
Code:
sudo apt list --installed | grep jellyfin