1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:47:45 +00:00

Base: Launch CrashDaemon at session start-up

This commit is contained in:
Lucas CHOLLET 2022-10-13 23:01:53 +02:00 committed by Linus Groh
parent 3197c1793a
commit 99cd6f66cf
2 changed files with 3 additions and 4 deletions

View file

@ -39,10 +39,6 @@ Environment=TERM=xterm
KeepAlive=true KeepAlive=true
SystemModes=text SystemModes=text
[CrashDaemon]
KeepAlive=true
User=anon
[KeyboardPreferenceLoader] [KeyboardPreferenceLoader]
KeepAlive=false KeepAlive=false
User=anon User=anon

View file

@ -131,3 +131,6 @@ KeepAlive=true
[Terminal] [Terminal]
WorkingDirectory=/home/anon WorkingDirectory=/home/anon
[CrashDaemon]
KeepAlive=true