mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:07:36 +00:00
Base: Launch CrashDaemon at session start-up
This commit is contained in:
parent
3197c1793a
commit
99cd6f66cf
2 changed files with 3 additions and 4 deletions
|
@ -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
|
||||||
|
|
|
@ -131,3 +131,6 @@ KeepAlive=true
|
||||||
|
|
||||||
[Terminal]
|
[Terminal]
|
||||||
WorkingDirectory=/home/anon
|
WorkingDirectory=/home/anon
|
||||||
|
|
||||||
|
[CrashDaemon]
|
||||||
|
KeepAlive=true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue