Installing Jellyfin: Difference between revisions
m →Installing Jellyfin: Simplified key press templates |
m →Initial run and starting the service: Simplified key press template |
||
| Line 86: | Line 86: | ||
* Move back into the Jellyfin directory and initially run the Jellyfin script created earlier <code>sudo ./jellyfin.sh</code> | * Move back into the Jellyfin directory and initially run the Jellyfin script created earlier <code>sudo ./jellyfin.sh</code> | ||
* Check that it runs correctly with no errors (indicated by <code>[ERR]</code> or <code>[FTL]</code>in red | * Check that it runs correctly with no errors (indicated by <code>[ERR]</code> or <code>[FTL]</code>in red | ||
* Once it has started, close the script by pressing {{key press|Ctrl | * Once it has started, close the script by pressing {{key press|Ctrl|C}} | ||
* Reload the system daemons to allow the service to load <code>sudo systemctl daemon-reload</code> | * Reload the system daemons to allow the service to load <code>sudo systemctl daemon-reload</code> | ||
* Run the Jellyfin service and check it starts <code>sudo systemctl start jellyfin</code> | * Run the Jellyfin service and check it starts <code>sudo systemctl start jellyfin</code> | ||