diff options
author | Lucas CHOLLET <lucas.chollet@free.fr> | 2022-07-24 15:30:48 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-08-14 21:52:35 +0100 |
commit | b01822bdd463dc4860fcf2c38dd81fb5d607e207 (patch) | |
tree | 546cb6a799456a15557ff6224e48cca965299545 /Base/home/anon/.config | |
parent | 1da9375400533961cc5ac8992ad4bae827882470 (diff) | |
download | serenity-b01822bdd463dc4860fcf2c38dd81fb5d607e207.zip |
Base: Launch NotificationServer at session start-up
Diffstat (limited to 'Base/home/anon/.config')
-rw-r--r-- | Base/home/anon/.config/SystemServer.ini | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Base/home/anon/.config/SystemServer.ini b/Base/home/anon/.config/SystemServer.ini index 133c395ffb..2e36ee16fa 100644 --- a/Base/home/anon/.config/SystemServer.ini +++ b/Base/home/anon/.config/SystemServer.ini @@ -45,6 +45,13 @@ SystemModes=graphical MultiInstance=true AcceptSocketConnections=true +[NotificationServer] +Socket=/tmp/user/%uid/portal/notify +SocketPermissions=600 +Lazy=true +Priority=low +KeepAlive=true + [LaunchServer] Socket=/tmp/user/%uid/portal/launch SocketPermissions=600 |