aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-connectivity/gateone/gateone/gateone.service
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
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')
-rw-r--r--meta-python/recipes-connectivity/gateone/gateone/gateone.service10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta-python/recipes-connectivity/gateone/gateone/gateone.service b/meta-python/recipes-connectivity/gateone/gateone/gateone.service
deleted file mode 100644
index 7b14d3e6de..0000000000
--- a/meta-python/recipes-connectivity/gateone/gateone/gateone.service
+++ /dev/null
@@ -1,10 +0,0 @@
-[Unit]
-Description=GateOne daemon
-ConditionPathExists=|/var/lib/gateone
-
-[Service]
-WorkingDirectory=/var/lib/gateone
-ExecStart=/usr/bin/python /usr/bin/gateone
-
-[Install]
-WantedBy=multi-user.target