Merge "init: add log w/ service PID"
This commit is contained in:
commit
007769a0d7
1 changed files with 3 additions and 0 deletions
|
@ -755,6 +755,9 @@ Result<void> Service::Start() {
|
|||
|
||||
NotifyStateChange("running");
|
||||
reboot_on_failure.Disable();
|
||||
|
||||
LOG(INFO) << "... started service '" << name_ << "' has pid " << pid_;
|
||||
|
||||
return {};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue