Loading init/service.cpp +3 −3 Original line number Original line Diff line number Diff line Loading @@ -787,9 +787,9 @@ Result<Success> Service::ExecStart() { flags_ |= SVC_EXEC; flags_ |= SVC_EXEC; is_exec_service_running_ = true; is_exec_service_running_ = true; LOG(INFO) << "SVC_EXEC pid " << pid_ << " (uid " << uid_ << " gid " << gid_ << "+" LOG(INFO) << "SVC_EXEC service '" << name_ << "' pid " << pid_ << " (uid " << uid_ << " gid " << supp_gids_.size() << " context " << (!seclabel_.empty() ? seclabel_ : "default") << gid_ << "+" << supp_gids_.size() << " context " << ") started; waiting..."; << (!seclabel_.empty() ? seclabel_ : "default") << ") started; waiting..."; return Success(); return Success(); } } Loading Loading
init/service.cpp +3 −3 Original line number Original line Diff line number Diff line Loading @@ -787,9 +787,9 @@ Result<Success> Service::ExecStart() { flags_ |= SVC_EXEC; flags_ |= SVC_EXEC; is_exec_service_running_ = true; is_exec_service_running_ = true; LOG(INFO) << "SVC_EXEC pid " << pid_ << " (uid " << uid_ << " gid " << gid_ << "+" LOG(INFO) << "SVC_EXEC service '" << name_ << "' pid " << pid_ << " (uid " << uid_ << " gid " << supp_gids_.size() << " context " << (!seclabel_.empty() ? seclabel_ : "default") << gid_ << "+" << supp_gids_.size() << " context " << ") started; waiting..."; << (!seclabel_.empty() ? seclabel_ : "default") << ") started; waiting..."; return Success(); return Success(); } } Loading