2024-09-04, 06:26 PM
It happens because jellyfin is expecting a bunch of parameters that you aren't providing when you simply type "jellyfin".
This is from the jellyfin service file.
You shouldn't ignore it. You should just not run jellyfin that way. Always always always use "sudo systemctl start jellyfin" (or status or restart or stop) to control Jellyfin.
This is from the jellyfin service file.
Code:
/usr/bin/jellyfin $JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLYFIN_ADDITIONAL_OPTS
You shouldn't ignore it. You should just not run jellyfin that way. Always always always use "sudo systemctl start jellyfin" (or status or restart or stop) to control Jellyfin.