2024-08-26, 01:27 PM
(This post was last modified: 2024-08-26, 01:27 PM by TheDreadPirate.)
You could uninstall it? Or just disable the service if you want to keep it around.
"disable" prevents it from auto starting on boot.
Code:
sudo systemctl stop jellyfin
sudo systemctl disable jellyfin
"disable" prevents it from auto starting on boot.