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

Base: Tweak SystemServer.ini

Notably, adjust service priorities.
This commit is contained in:
Sergey Bugaev 2020-05-20 16:03:02 +03:00 committed by Andreas Kling
parent 81d35c6891
commit 7d8bfe4f3a

View file

@ -2,7 +2,6 @@
# NOTE: We don't start anything on tty0 since that's the "active" TTY while WindowServer is up. # NOTE: We don't start anything on tty0 since that's the "active" TTY while WindowServer is up.
Arguments=tty1 Arguments=tty1
StdIO=/dev/tty1 StdIO=/dev/tty1
Priority=high
[ProtocolServer] [ProtocolServer]
Socket=/tmp/portal/protocol Socket=/tmp/portal/protocol
@ -49,7 +48,7 @@ User=window
[Clipboard] [Clipboard]
Socket=/tmp/portal/clipboard Socket=/tmp/portal/clipboard
SocketPermissions=660 SocketPermissions=660
KeepAlive=1 Priority=low
User=clipboard User=clipboard
[SystemMenu] [SystemMenu]
@ -58,21 +57,25 @@ User=anon
[Clock.MenuApplet] [Clock.MenuApplet]
KeepAlive=1 KeepAlive=1
Priority=low
User=anon User=anon
[CPUGraph.MenuApplet] [CPUGraph.MenuApplet]
Executable=/bin/ResourceGraph.MenuApplet Executable=/bin/ResourceGraph.MenuApplet
Arguments=--cpu --name=CPUGraph --color=limegreen Arguments=--cpu --name=CPUGraph --color=limegreen
Priority=low
KeepAlive=1 KeepAlive=1
User=anon User=anon
[MemoryGraph.MenuApplet] [MemoryGraph.MenuApplet]
Executable=/bin/ResourceGraph.MenuApplet Executable=/bin/ResourceGraph.MenuApplet
Arguments=--memory --name=MemoryGraph --color=cyan Arguments=--memory --name=MemoryGraph --color=cyan
Priority=low
KeepAlive=1 KeepAlive=1
User=anon User=anon
[Audio.MenuApplet] [Audio.MenuApplet]
Priority=low
KeepAlive=1 KeepAlive=1
User=anon User=anon
@ -94,7 +97,6 @@ KeepAlive=1
User=anon User=anon
[Taskbar] [Taskbar]
Priority=high
KeepAlive=1 KeepAlive=1
User=anon User=anon