Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 007769a0 authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

Merge "init: add log w/ service PID"

parents 763593e3 8e25d9c5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -755,6 +755,9 @@ Result<void> Service::Start() {

    NotifyStateChange("running");
    reboot_on_failure.Disable();

    LOG(INFO) << "... started service '" << name_ << "' has pid " << pid_;

    return {};
}