1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 09:51:00 +00:00
serenity/Servers/SystemServer
Sergey Bugaev 6bda3bd8da SystemServer: Limit service restarts
SystemServer will now track the number of restart attempts and the
run time of a service, and will also pay attention to its exit code.
If a service exits unsuccessfully and too quickly (in less than a
second), SystemServer will only attempt to restart it twice.

This means that if WindowServer crashes on startup, we will now see
just a few copies of the crash instead of the quickly scrolling log
flashing with colors :^)
2020-02-07 12:10:56 +01:00
..
main.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
Makefile Build: support library and generator dependencies 2019-12-25 10:11:09 +01:00
Service.cpp SystemServer: Limit service restarts 2020-02-07 12:10:56 +01:00
Service.h SystemServer: Limit service restarts 2020-02-07 12:10:56 +01:00