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

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.)
This commit is contained in:
Andreas Kling 2021-04-04 18:21:58 +02:00
parent 436a1dce34
commit 66a27f37db

View file

@ -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