aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-connectivity/gateone/gateone/gateone.service.in
diff options
context:
space:
mode:
authorDan McGregor <dan.mcgregor@usask.ca>2015-11-04 23:05:55 -0600
committerMartin Jansa <Martin.Jansa@gmail.com>2015-11-06 17:53:58 +0100
commit4a9921c16e88ca38a6a54e49bc79a58d75b67a9c (patch)
tree639bac5a774fcd1911b76c702f097cd79c00b3ac /meta-python/recipes-connectivity/gateone/gateone/gateone.service.in
parent0b895ac766b3e5843a38cc7838368eed53386ab3 (diff)
downloadmeta-openembedded-contrib-4a9921c16e88ca38a6a54e49bc79a58d75b67a9c.tar.gz
gateone: update to latest git
This version works with pyton-tornado 4.2 as currently distributed with OE. Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-connectivity/gateone/gateone/gateone.service.in')
-rw-r--r--meta-python/recipes-connectivity/gateone/gateone/gateone.service.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-connectivity/gateone/gateone/gateone.service.in b/meta-python/recipes-connectivity/gateone/gateone/gateone.service.in
new file mode 100644
index 0000000000..44667275a2
--- /dev/null
+++ b/meta-python/recipes-connectivity/gateone/gateone/gateone.service.in
@@ -0,0 +1,10 @@
+[Unit]
+Description=GateOne daemon
+ConditionPathExists=|@localstate@/lib/gateone
+
+[Service]
+WorkingDirectory=@localstate@/lib/gateone
+ExecStart=@bindir@/python @bindir@/gateone
+
+[Install]
+WantedBy=multi-user.target