From 66a27f37dba278df4ebd8fc286af5eb6d2f0f586 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 4 Apr 2021 18:21:58 +0200 Subject: [PATCH] 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.) --- Base/etc/SystemServer.ini | 4 +--- 1 file changed, 1 insertion(+), 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