We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b57d3c commit aa98dc5Copy full SHA for aa98dc5
1 file changed
apps/rocket/main.cpp
@@ -2,7 +2,9 @@
2
3
#include <UI.h>
4
5
+#ifdef __linux__
6
#include <systemd/sd-daemon.h>
7
+#endif
8
9
using namespace rmlib;
10
@@ -19,7 +21,9 @@ main(int argc, char* argv[]) {
19
21
}
20
22
23
24
25
sd_notify(0, "READY=1");
26
27
28
unistdpp::fatalOnError(runApp(LauncherWidget(), {}, /*clearOnExit=*/true));
29
return EXIT_SUCCESS;
0 commit comments