1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 08:38:10 +00:00

CPUGraph: Launch the CPUGraph menu applet on startup

This commit is contained in:
Andreas Kling 2019-12-05 19:44:22 +01:00
parent 86d84f1654
commit 20bbeba6d5

View file

@ -24,6 +24,10 @@ Priority=high
KeepAlive=1
User=anon
[CPUGraph.MenuApplet]
KeepAlive=1
User=anon
[AudioServer]
Socket=/tmp/portal/audio
# TODO: we may want to start it lazily, but right now WindowServer connects to it immediately on startup