From 15c30f87a1cf11d6e11ff8dfbc1b5e77092aab8a Mon Sep 17 00:00:00 2001 From: Conrad Vermeulen Date: Thu, 25 Oct 2007 09:41:40 +0000 Subject: [PATCH] KTS-2588 "ktdmsScheduler not starting automatically after install" Fixed. An explicit call is made to start the scheduler --- bin/win32/installScheduler.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bin/win32/installScheduler.php b/bin/win32/installScheduler.php index e16edb6..a7a6d55 100644 --- a/bin/win32/installScheduler.php +++ b/bin/win32/installScheduler.php @@ -1,11 +1,13 @@ 'ktscheduler', 'display' => 'ktdmsScheduler', 'path' => $scriptPath )); +win32_start_service('ktscheduler'); + ?> -- libgit2 0.21.4