I could swear I fixed this not too long ago...
authorDavin McCall <davmac@davmac.org>
Fri, 1 Jan 2016 04:23:38 +0000 (04:23 +0000)
committerDavin McCall <davmac@davmac.org>
Fri, 1 Jan 2016 04:23:38 +0000 (04:23 +0000)
service.cc

index 063881951ab23cb2a55211e1745e3c6564823bea..2aa3285122c8e509fcaa9469430d3149c3205cd3 100644 (file)
@@ -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();
         }
     }
 }