mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:57:35 +00:00
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>
This commit is contained in:
parent
aece6555e7
commit
d7b067e8f7
2 changed files with 3 additions and 3 deletions
|
@ -59,9 +59,6 @@ User=root
|
||||||
WorkingDirectory=/root/
|
WorkingDirectory=/root/
|
||||||
SystemModes=generate-manpages
|
SystemModes=generate-manpages
|
||||||
|
|
||||||
[SpiceAgent]
|
|
||||||
KeepAlive=false
|
|
||||||
|
|
||||||
[LoginServer]
|
[LoginServer]
|
||||||
User=root
|
User=root
|
||||||
Arguments=--auto-login anon
|
Arguments=--auto-login anon
|
||||||
|
|
|
@ -129,3 +129,6 @@ WorkingDirectory=/home/anon
|
||||||
|
|
||||||
[CrashDaemon]
|
[CrashDaemon]
|
||||||
KeepAlive=true
|
KeepAlive=true
|
||||||
|
|
||||||
|
[SpiceAgent]
|
||||||
|
KeepAlive=false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue