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

ResourceGraph.Applet: Host both CPU and memory applet in one process

No reason we can't host these in the same process, and then we have
one less process to dynamically link at boot. :^)
This commit is contained in:
Andreas Kling 2021-04-04 18:14:48 +02:00
parent 0490540e21
commit 436a1dce34
2 changed files with 34 additions and 46 deletions

View file

@ -75,16 +75,8 @@ SocketPermissions=660
Priority=low
User=clipboard
[CPUGraph.Applet]
Executable=/bin/ResourceGraph.Applet
Arguments=--cpu --name=CPUGraph --color=#00bb00
Priority=low
KeepAlive=1
User=anon
[MemoryGraph.Applet]
Executable=/bin/ResourceGraph.Applet
Arguments=--memory --name=MemoryGraph --color=#00bbbb
[ResourceGraph.Applet]
Arguments=--cpu=CPUGraph,#00bb00 --memory=MemoryGraph,#00bbbb
Priority=low
KeepAlive=1
User=anon