We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5f5982 commit 9cdb5f1Copy full SHA for 9cdb5f1
1 file changed
src/kernel/service_stub.cpp
@@ -81,6 +81,8 @@ void Service::start(const std::string& cmd)
81
int exit_status = main(argc, argv);
82
INFO("main","returned with status %d", exit_status);
83
#endif
84
+
85
+ os::shutdown();
86
}
87
88
__attribute__((weak))
0 commit comments