Merge "init: add log w/ service PID"

This commit is contained in:
Steven Moreland 2023-02-28 19:07:41 +00:00 committed by Gerrit Code Review
commit 007769a0d7

View file

@ -755,6 +755,9 @@ Result<void> Service::Start() {
NotifyStateChange("running");
reboot_on_failure.Disable();
LOG(INFO) << "... started service '" << name_ << "' has pid " << pid_;
return {};
}