====== Emby Server Little helpers ====== ===== Set niceness for the emby service ===== Clean way to do this is with a service unit override. 1. Stop emby and restore the original unit file. service emby-server stop 2. Verify that the unit file has the original ExecStart command: systemctl show emby-server |grep ExecStart 3. Create a unit override to add the Nice parameter. This will open an editor where you can add Nice=-5 to the service block. systemctl edit emby-server Add: [Service] Nice=-20 4. Exit and save the override file. Y and enter for the prompts. 5. Start the Emby server. And run top/htop to verify the new nice value. service emby-server start Source: [[https://emby.media/community/index.php?/topic/118902-can-i-set-niceness-for-the-emby-service/|Emby forums]] ===== Announcement text at top of home page ===== /*--- Announcement text at top of home page ---*/ .verticalSection.section0:before { content: "first line \A second line."; white-space: pre-wrap; position: relative; font-family: 'Times New Roman', serif; font-size: 200%; color: red; text-align: center; justify-content: center; display: flex; }