mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 23:07: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:
parent
a74dad14a8
commit
706a8c05fd
4 changed files with 162 additions and 0 deletions
|
@ -157,3 +157,8 @@ Lazy=1
|
|||
User=anon
|
||||
MultiInstance=1
|
||||
AcceptSocketConnections=1
|
||||
|
||||
[CrashDaemon]
|
||||
Executable=/bin/CrashDaemon
|
||||
KeepAlive=1
|
||||
User=anon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue