2024-01-11, 06:15 PM
In jellyfin.service we see
[Unit]
Description=Jellyfin
After=network.target
[Service]
Type=simple
User=jellyfin
Restart=always
ExecStart=/lib/jellyfin/jellyfin.sh
[Install]
WantedBy=multi-user.target
And as I have written in a previous post, jellyfin.sh does not exist, at least not in /lib/jellyfin.
So this is confirmed straight-out-of-the-box. I don't know what is going on.
The jellyfin install instructions talk about creating a jellyfin.sh file and saving it in home directory (making it executable, etc).
Seems like I'm caught between two methods of installing - the automatic and the manual.
[Unit]
Description=Jellyfin
After=network.target
[Service]
Type=simple
User=jellyfin
Restart=always
ExecStart=/lib/jellyfin/jellyfin.sh
[Install]
WantedBy=multi-user.target
And as I have written in a previous post, jellyfin.sh does not exist, at least not in /lib/jellyfin.
So this is confirmed straight-out-of-the-box. I don't know what is going on.
The jellyfin install instructions talk about creating a jellyfin.sh file and saving it in home directory (making it executable, etc).
Seems like I'm caught between two methods of installing - the automatic and the manual.