2024-01-22, 07:02 PM
(This post was last modified: 2024-01-22, 07:03 PM by dcb36. Edited 1 time in total.)
I have jellyfin installed on a arch based LXC.
I installed both jellyfin-server and jellyfin-web from the extras repo.
running starts up a web server where I can connect to the web admin portal via a regular browser and stream media via the jellyfin player on on another computer.
exiting and attempting to start jellyfin from via appears to just start a web client, not a server.
I'm very confused since I can pull the command systemctl uses to start ie:
and the server starts just fine.
Any ideas?
I installed both jellyfin-server and jellyfin-web from the extras repo.
running
Code:
$ jellyfin
exiting and attempting to start jellyfin from via
Code:
$ systemctl start jellyfin
I'm very confused since I can pull the command systemctl uses to start ie:
Code:
/usr/bin/jellyfin --webdir=/usr/share/jellyfin-web --restartpath=/usr/lib/jellyfin/restart.sh --ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg
Any ideas?