2024-08-31, 04:46 PM
"sudo ps -aux | grep jellyfin" will return all of the jellyfin processes running.
One of the lines will look like this.
In my case I would use "967424" as the PID.
One of the lines will look like this.
Code:
jellyfin 967424 0.5 2.2 275551736 729752 ? Ssl 06:00 2:05 /usr/bin/jellyfin --webdir=/usr/share/jellyfin/web --ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg
In my case I would use "967424" as the PID.
Code:
sudo kill -9 967424