diff --git a/init/service.cpp b/init/service.cpp index 87d9c3a6c..cce24c3f3 100644 --- a/init/service.cpp +++ b/init/service.cpp @@ -755,6 +755,9 @@ Result Service::Start() { NotifyStateChange("running"); reboot_on_failure.Disable(); + + LOG(INFO) << "... started service '" << name_ << "' has pid " << pid_; + return {}; }