diff options
author | Lucas CHOLLET <lucas.chollet@free.fr> | 2022-07-24 15:56:44 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-08-14 21:52:35 +0100 |
commit | 4f87f03bd1dd51774d89ec5a5a9bb064c025a0d6 (patch) | |
tree | dd4c30d3ac5748f2bf5dd467ad66cc7695f3c619 /Base/etc | |
parent | c248569d6b42083cf39618adf5d38ad772a216e9 (diff) | |
download | serenity-4f87f03bd1dd51774d89ec5a5a9bb064c025a0d6.zip |
Base: Launch AudioServer at session start-up
Diffstat (limited to 'Base/etc')
-rw-r--r-- | Base/etc/SystemServer.ini | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Base/etc/SystemServer.ini b/Base/etc/SystemServer.ini index 7cf6d0f4a0..f736c313a5 100644 --- a/Base/etc/SystemServer.ini +++ b/Base/etc/SystemServer.ini @@ -25,14 +25,6 @@ SocketPermissions=600 Priority=low 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 -Priority=high -KeepAlive=true -User=anon -SystemModes=text,graphical - [Shell@tty0] Executable=/bin/Shell StdIO=/dev/tty0 |