Loading init/service.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -545,6 +545,10 @@ Result<void> Service::Start() { if ((flags_ & SVC_ONESHOT) && disabled) { flags_ |= SVC_RESTART; } LOG(INFO) << "service '" << name_ << "' requested start, but it is already running (flags: " << flags_ << ")"; // It is not an error to try to start a service that is already running. reboot_on_failure.Disable(); return {}; Loading Loading
init/service.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -545,6 +545,10 @@ Result<void> Service::Start() { if ((flags_ & SVC_ONESHOT) && disabled) { flags_ |= SVC_RESTART; } LOG(INFO) << "service '" << name_ << "' requested start, but it is already running (flags: " << flags_ << ")"; // It is not an error to try to start a service that is already running. reboot_on_failure.Disable(); return {}; Loading