diff options
author | Andreas Kling <kling@serenityos.org> | 2021-04-04 18:21:58 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-04-04 20:13:55 +0200 |
commit | 66a27f37dba278df4ebd8fc286af5eb6d2f0f586 (patch) | |
tree | 648e96b350122d6ffd1c557276d3de5a4f308511 /Base | |
parent | 436a1dce340ae3373c0425d800627bdcd99b1f2d (diff) | |
download | serenity-66a27f37dba278df4ebd8fc286af5eb6d2f0f586.zip |
Base: Minor cleanups in SystemServer.ini
Fix up an outdated comment and remove some unnecessary Executable
values (since those are implied by the group name anyway.)
Diffstat (limited to 'Base')
-rw-r--r-- | Base/etc/SystemServer.ini | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Base/etc/SystemServer.ini b/Base/etc/SystemServer.ini index b7cb55807e..728b0c1c22 100644 --- a/Base/etc/SystemServer.ini +++ b/Base/etc/SystemServer.ini @@ -87,7 +87,6 @@ KeepAlive=1 User=anon [Network.Applet] -Executable=/bin/Network.Applet Arguments=--name=Network Priority=low KeepAlive=1 @@ -99,8 +98,8 @@ KeepAlive=1 User=anon [AudioServer] +# TODO: It would be nice to make this lazy, but Audio.Applet connects to it immediately on startup anyway. Socket=/tmp/portal/audio -# TODO: we may want to start it lazily, but right now WindowServer connects to it immediately on startup Priority=high KeepAlive=1 User=anon @@ -150,7 +149,6 @@ MultiInstance=1 AcceptSocketConnections=1 [CrashDaemon] -Executable=/bin/CrashDaemon KeepAlive=1 User=anon |