mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 03:27:45 +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:
parent
436a1dce34
commit
66a27f37db
1 changed files with 1 additions and 3 deletions
|
@ -87,7 +87,6 @@ KeepAlive=1
|
||||||
User=anon
|
User=anon
|
||||||
|
|
||||||
[Network.Applet]
|
[Network.Applet]
|
||||||
Executable=/bin/Network.Applet
|
|
||||||
Arguments=--name=Network
|
Arguments=--name=Network
|
||||||
Priority=low
|
Priority=low
|
||||||
KeepAlive=1
|
KeepAlive=1
|
||||||
|
@ -99,8 +98,8 @@ KeepAlive=1
|
||||||
User=anon
|
User=anon
|
||||||
|
|
||||||
[AudioServer]
|
[AudioServer]
|
||||||
|
# TODO: It would be nice to make this lazy, but Audio.Applet connects to it immediately on startup anyway.
|
||||||
Socket=/tmp/portal/audio
|
Socket=/tmp/portal/audio
|
||||||
# TODO: we may want to start it lazily, but right now WindowServer connects to it immediately on startup
|
|
||||||
Priority=high
|
Priority=high
|
||||||
KeepAlive=1
|
KeepAlive=1
|
||||||
User=anon
|
User=anon
|
||||||
|
@ -150,7 +149,6 @@ MultiInstance=1
|
||||||
AcceptSocketConnections=1
|
AcceptSocketConnections=1
|
||||||
|
|
||||||
[CrashDaemon]
|
[CrashDaemon]
|
||||||
Executable=/bin/CrashDaemon
|
|
||||||
KeepAlive=1
|
KeepAlive=1
|
||||||
User=anon
|
User=anon
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue