Home
last modified time | relevance | path

Searched refs:restartTimeout (Results 1 – 1 of 1) sorted by relevance

/openbmc/service-config-manager/src/
H A Dsrvcfg_manager.cpp42 static constexpr const size_t restartTimeout = 15; // seconds variable
491 timer->expires_after(std::chrono::seconds(restartTimeout)); in startServiceRestartTimer()