diff options
author | Caoimhe <caoimhebyrne06@gmail.com> | 2023-05-12 17:42:08 +0100 |
---|---|---|
committer | Sam Atkins <atkinssj@gmail.com> | 2023-05-12 17:47:16 +0100 |
commit | d7b067e8f7a8c6e52c1b513b8d2a2ded22966376 (patch) | |
tree | 2a1ec036cea2ab93530eb0c86345f7fa0c43c674 /Base/etc/SystemServer.ini | |
parent | aece6555e7155328ecb23e723d2a334e4dec1aee (diff) | |
download | serenity-d7b067e8f7a8c6e52c1b513b8d2a2ded22966376.zip |
Base: Run `SpiceAgent` as a user service
This allows it to read/write to the user's clipboard properly. Prior to
this, it would be writing to the Clipboard server running under the
window user, which doesn't impact other users (like anon).
Co-authored-by: Daniel Bertalan <dani@danielbertalan.dev>
Diffstat (limited to 'Base/etc/SystemServer.ini')
-rw-r--r-- | Base/etc/SystemServer.ini | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Base/etc/SystemServer.ini b/Base/etc/SystemServer.ini index 96c967a873..c47f777a35 100644 --- a/Base/etc/SystemServer.ini +++ b/Base/etc/SystemServer.ini @@ -59,9 +59,6 @@ User=root WorkingDirectory=/root/ SystemModes=generate-manpages -[SpiceAgent] -KeepAlive=false - [LoginServer] User=root Arguments=--auto-login anon |