2024-09-04, 07:29 PM
(This post was last modified: 2024-09-04, 07:30 PM by TheDreadPirate. Edited 1 time in total.)
You don't have to. It is already part of the service config.
You need to start the jellyfin service with this command.
Unless you are a developer, you will never need to manually run jellyfin. You will always use systemctl to start the service.
If you are just curious, /etc/default/jellyfin has all the parameters that Jellyfin uses when it is started with systemctl.
You need to start the jellyfin service with this command.
Code:
sudo systemctl start jellyfin
Unless you are a developer, you will never need to manually run jellyfin. You will always use systemctl to start the service.
If you are just curious, /etc/default/jellyfin has all the parameters that Jellyfin uses when it is started with systemctl.