This is an old revision of the document!
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=-54. 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
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;
}