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/home/anon/.config | |
parent | c248569d6b42083cf39618adf5d38ad772a216e9 (diff) | |
download | serenity-4f87f03bd1dd51774d89ec5a5a9bb064c025a0d6.zip |
Base: Launch AudioServer at session start-up
Diffstat (limited to 'Base/home/anon/.config')
-rw-r--r-- | Base/home/anon/.config/SystemServer.ini | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Base/home/anon/.config/SystemServer.ini b/Base/home/anon/.config/SystemServer.ini index 58ecb00143..e1ed44be1a 100644 --- a/Base/home/anon/.config/SystemServer.ini +++ b/Base/home/anon/.config/SystemServer.ini @@ -57,6 +57,12 @@ Socket=/tmp/user/%uid/portal/inspector,/tmp/user/%uid/portal/inspectables SocketPermissions=600,666 KeepAlive=true +[AudioServer] +Socket=/tmp/user/%uid/portal/audio +Priority=high +KeepAlive=true +SystemModes=text,graphical + [LaunchServer] Socket=/tmp/user/%uid/portal/launch SocketPermissions=600 |