diff options
author | Sergey Bugaev <bugaevc@serenityos.org> | 2020-05-20 16:03:02 +0300 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-05-20 15:42:48 +0200 |
commit | 7d8bfe4f3a6e004ed3b3694889eae537e3eada5d (patch) | |
tree | 85ee4313a2eb42fcecc20b1e5953566904ba5bca /Base | |
parent | 81d35c68919a41c4dc97beda19a452a4f9b3ca7b (diff) | |
download | serenity-7d8bfe4f3a6e004ed3b3694889eae537e3eada5d.zip |
Base: Tweak SystemServer.ini
Notably, adjust service priorities.
Diffstat (limited to 'Base')
-rw-r--r-- | Base/etc/SystemServer.ini | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Base/etc/SystemServer.ini b/Base/etc/SystemServer.ini index 2ef12ed8c3..c33bcd742d 100644 --- a/Base/etc/SystemServer.ini +++ b/Base/etc/SystemServer.ini @@ -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 |