diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-12-05 19:44:22 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-12-05 19:44:22 +0100 |
commit | 20bbeba6d5a38c026e86d957db0a4b3a366399ae (patch) | |
tree | 95208d0c56e0221af0d973be3f501ea2688f58f0 /Base/etc | |
parent | 86d84f1654decfa0b5548f134e6b695f69030f58 (diff) | |
download | serenity-20bbeba6d5a38c026e86d957db0a4b3a366399ae.zip |
CPUGraph: Launch the CPUGraph menu applet on startup
Diffstat (limited to 'Base/etc')
-rw-r--r-- | Base/etc/SystemServer.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Base/etc/SystemServer.ini b/Base/etc/SystemServer.ini index 3c55918dfa..342c67a6d4 100644 --- a/Base/etc/SystemServer.ini +++ b/Base/etc/SystemServer.ini @@ -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 |