Missed processing start/stop queue in one place
authorDavin McCall <davmac@davmac.org>
Tue, 14 Jun 2016 18:05:00 +0000 (19:05 +0100)
committerDavin McCall <davmac@davmac.org>
Tue, 14 Jun 2016 18:05:00 +0000 (19:05 +0100)
src/service.cc

index 1e717a125d12496183991ea8f4c92f24256a8426..a7799c6d85e3eba643276af71b5d1fef61d958c1 100644 (file)
@@ -213,6 +213,7 @@ void ServiceRecord::handle_exit_status() noexcept
                 log(LogLevel::ERROR, "Service ", service_name, " command failed with exit code ", exit_status);
                 failed_to_start();
             }
+            service_set->processQueues(true);
         }
     }
 }