ladybird/Userland/Services/SystemServer
Brian Gianforcaro b5b67a1747 SystemServer: Handle missing service executable gracefully
I use the `configure-components` functionality locally during
development. There are a few services (SpiceAgent) which aren't marked
as required components, and hence aren't built in all configurations,
but we still try to launch them in all configurations.

Instead of letting the forked SystemServer process crash, lets
gracefully handle the situation of a missing binary and provide a
message to the user.
2021-08-07 12:30:50 +02:00
..
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
main.cpp SystemServer+Meta: Use the new SysFS 2021-06-29 20:53:59 +02:00
Service.cpp SystemServer: Handle missing service executable gracefully 2021-08-07 12:30:50 +02:00
Service.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00