mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-05 00:56:39 +00:00
Base: Launch CrashDaemon at session start-up
This commit is contained in:
parent
3197c1793a
commit
99cd6f66cf
Notes:
sideshowbarker
2024-07-17 08:25:15 +09:00
Author: https://github.com/LucasChollet
Commit: 99cd6f66cf
Pull-request: https://github.com/SerenityOS/serenity/pull/15472
Reviewed-by: https://github.com/leeight
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