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

CrashDaemon: Add service that acts on new coredumps

Currently we only print a backtrace. In the future, we could do something nice in the GUI.
This commit is contained in:
Itamar 2020-11-11 22:07:31 +02:00 committed by Andreas Kling
parent a74dad14a8
commit 706a8c05fd
4 changed files with 162 additions and 0 deletions

View file

@ -157,3 +157,8 @@ Lazy=1
User=anon
MultiInstance=1
AcceptSocketConnections=1
[CrashDaemon]
Executable=/bin/CrashDaemon
KeepAlive=1
User=anon