From 110abadb40060a3d79edc24b9ecb4e72c75574f4 Mon Sep 17 00:00:00 2001 From: Conrad Vermeulen Date: Fri, 19 Oct 2007 13:23:49 +0000 Subject: [PATCH] KTS-2525 "Create windows service to wrap around scheduler" Implemented. --- bin/win32/installScheduler.php | 11 +++++++++++ bin/win32/schedulerService.php | 22 ++++++++++++++++++++++ bin/win32/schedulerServiceStatus.php | 5 +++++ bin/win32/uninstallScheduler.php | 5 +++++ 4 files changed, 43 insertions(+), 0 deletions(-) create mode 100644 bin/win32/installScheduler.php create mode 100644 bin/win32/schedulerService.php create mode 100644 bin/win32/schedulerServiceStatus.php create mode 100644 bin/win32/uninstallScheduler.php diff --git a/bin/win32/installScheduler.php b/bin/win32/installScheduler.php new file mode 100644 index 0000000..c5a28f8 --- /dev/null +++ b/bin/win32/installScheduler.php @@ -0,0 +1,11 @@ + 'ktscheduler', + 'display' => 'KnowledgeTree Scheduler Service', + 'params' => $dir + )); + +?> \ No newline at end of file diff --git a/bin/win32/schedulerService.php b/bin/win32/schedulerService.php new file mode 100644 index 0000000..af4aa48 --- /dev/null +++ b/bin/win32/schedulerService.php @@ -0,0 +1,22 @@ + \ No newline at end of file diff --git a/bin/win32/schedulerServiceStatus.php b/bin/win32/schedulerServiceStatus.php new file mode 100644 index 0000000..930b0c9 --- /dev/null +++ b/bin/win32/schedulerServiceStatus.php @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git a/bin/win32/uninstallScheduler.php b/bin/win32/uninstallScheduler.php new file mode 100644 index 0000000..47cd515 --- /dev/null +++ b/bin/win32/uninstallScheduler.php @@ -0,0 +1,5 @@ + \ No newline at end of file -- libgit2 0.21.4