mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:27:35 +00:00
Base: Launch NotificationServer at session start-up
This commit is contained in:
parent
1da9375400
commit
b01822bdd4
4 changed files with 9 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue