1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:27:44 +00:00

ProtocolServer: Run with low priority

Dr. Bugaev says this is the most appropriate priority. :^)
This commit is contained in:
Andreas Kling 2020-07-06 15:40:39 +02:00
parent 6f059ee830
commit 1056dde7c9

View file

@ -2,6 +2,7 @@
Socket=/tmp/portal/protocol
SocketPermissions=660
Lazy=1
Priority=low
User=protocol
BootModes=text,graphical
MultiInstance=1