From 01ffea0df89854854e18e4d7b0374c64269d8cef Mon Sep 17 00:00:00 2001 From: Davin McCall Date: Fri, 1 Jan 2016 04:23:38 +0000 Subject: [PATCH] I could swear I fixed this not too long ago... --- service.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } } } -- 2.25.1