From e2ecca8ee285b7f8d532b29e7c89b45bc36afe6e Mon Sep 17 00:00:00 2001 From: kevin_fourie Date: Mon, 22 Oct 2007 11:53:09 +0000 Subject: [PATCH] KTS-2525 "Create windows service to wrap around scheduler" Updated. Modified service scripts. --- bin/win32/installScheduler.php | 22 +++++++++++++++------- bin/win32/schedulerService.php | 45 +++++++++++++++++++++++++++++++-------------- 2 files changed, 46 insertions(+), 21 deletions(-) diff --git a/bin/win32/installScheduler.php b/bin/win32/installScheduler.php index c5a28f8..b1393f3 100644 --- a/bin/win32/installScheduler.php +++ b/bin/win32/installScheduler.php @@ -1,11 +1,19 @@ 'ktscheduler', - 'display' => 'KnowledgeTree Scheduler Service', - 'params' => $dir - )); +win32_create_service(array( + 'service' => 'ktscheduler', + 'display' => 'ktdmsScheduler', + 'params' => $scriptPath, + 'path' => $phpPath + )); -?> \ No newline at end of file +?> diff --git a/bin/win32/schedulerService.php b/bin/win32/schedulerService.php index af4aa48..1d75762 100644 --- a/bin/win32/schedulerService.php +++ b/bin/win32/schedulerService.php @@ -1,22 +1,39 @@ \ No newline at end of file +?> -- libgit2 0.21.4