Base: Tweak SystemServer.ini
Notably, adjust service priorities.
This commit is contained in:
parent
81d35c6891
commit
7d8bfe4f3a
Notes:
sideshowbarker
2024-07-19 06:19:21 +09:00
Author: https://github.com/bugaevc Commit: https://github.com/SerenityOS/serenity/commit/7d8bfe4f3a6 Pull-request: https://github.com/SerenityOS/serenity/pull/2307
1 changed files with 5 additions and 3 deletions
|
@ -2,7 +2,6 @@
|
|||
# NOTE: We don't start anything on tty0 since that's the "active" TTY while WindowServer is up.
|
||||
Arguments=tty1
|
||||
StdIO=/dev/tty1
|
||||
Priority=high
|
||||
|
||||
[ProtocolServer]
|
||||
Socket=/tmp/portal/protocol
|
||||
|
@ -49,7 +48,7 @@ User=window
|
|||
[Clipboard]
|
||||
Socket=/tmp/portal/clipboard
|
||||
SocketPermissions=660
|
||||
KeepAlive=1
|
||||
Priority=low
|
||||
User=clipboard
|
||||
|
||||
[SystemMenu]
|
||||
|
@ -58,21 +57,25 @@ User=anon
|
|||
|
||||
[Clock.MenuApplet]
|
||||
KeepAlive=1
|
||||
Priority=low
|
||||
User=anon
|
||||
|
||||
[CPUGraph.MenuApplet]
|
||||
Executable=/bin/ResourceGraph.MenuApplet
|
||||
Arguments=--cpu --name=CPUGraph --color=limegreen
|
||||
Priority=low
|
||||
KeepAlive=1
|
||||
User=anon
|
||||
|
||||
[MemoryGraph.MenuApplet]
|
||||
Executable=/bin/ResourceGraph.MenuApplet
|
||||
Arguments=--memory --name=MemoryGraph --color=cyan
|
||||
Priority=low
|
||||
KeepAlive=1
|
||||
User=anon
|
||||
|
||||
[Audio.MenuApplet]
|
||||
Priority=low
|
||||
KeepAlive=1
|
||||
User=anon
|
||||
|
||||
|
@ -94,7 +97,6 @@ KeepAlive=1
|
|||
User=anon
|
||||
|
||||
[Taskbar]
|
||||
Priority=high
|
||||
KeepAlive=1
|
||||
User=anon
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue