From: Davin McCall Date: Fri, 1 Jan 2016 04:23:38 +0000 (+0000) Subject: I could swear I fixed this not too long ago... X-Git-Tag: v0.01~73 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=01ffea0df89854854e18e4d7b0374c64269d8cef;p=oweals%2Fdinit.git I could swear I fixed this not too long ago... --- diff --git a/service.cc b/service.cc index 0638819..2aa3285 100644 --- a/service.cc +++ b/service.cc @@ -316,7 +316,7 @@ void ServiceRecord::failed_to_start() if ((*i)->getFrom()->desired_state == ServiceState::STARTED) { // We can send 'start', because this is only a soft dependency. // Our startup failure means that they don't have to wait for us. - (*i)->getFrom()->start(); + (*i)->getFrom()->dependencyStarted(); } } }