You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by km...@apache.org on 2014/02/06 22:28:27 UTC

git commit: KNOX-248: XML configuration file to describe how to launch Knox as Windows service

Updated Branches:
  refs/heads/master 567bdb2b3 -> 8ec228fa8


KNOX-248: XML configuration file to describe how to launch Knox as Windows service


Project: http://git-wip-us.apache.org/repos/asf/incubator-knox/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-knox/commit/8ec228fa
Tree: http://git-wip-us.apache.org/repos/asf/incubator-knox/tree/8ec228fa
Diff: http://git-wip-us.apache.org/repos/asf/incubator-knox/diff/8ec228fa

Branch: refs/heads/master
Commit: 8ec228fa863c594a6222de00b9b3c5600f6db6e8
Parents: 567bdb2
Author: Kevin Minder <ke...@hortonworks.com>
Authored: Thu Feb 6 16:28:21 2014 -0500
Committer: Kevin Minder <ke...@hortonworks.com>
Committed: Thu Feb 6 16:28:21 2014 -0500

----------------------------------------------------------------------
 gateway-release/home/bin/gateway.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/8ec228fa/gateway-release/home/bin/gateway.xml
----------------------------------------------------------------------
diff --git a/gateway-release/home/bin/gateway.xml b/gateway-release/home/bin/gateway.xml
new file mode 100644
index 0000000..ded83e4
--- /dev/null
+++ b/gateway-release/home/bin/gateway.xml
@@ -0,0 +1,7 @@
+<service>
+  <id>knox</id>
+  <name>knox</name>
+  <description>This service runs the Knox Gateway</description>
+  <executable>"cmd"</executable>
+  <arguments> /c gateway.cmd start </arguments>
+</service>