aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-connectivity/gateone/gateone/gateone.service
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2015-03-27 23:21:00 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2015-04-13 12:55:49 +0200
commitd1f5abc3e6b0b0737dc7d7fadc95e6600f122d36 (patch)
tree5ec9ac265165e8d1ef9640cca3124fbcbde0f1cc /meta-python/recipes-connectivity/gateone/gateone/gateone.service
parent9e754c3e23247609e24d6bf268dba05b6266c167 (diff)
downloadmeta-openembedded-contrib-d1f5abc3e6b0b0737dc7d7fadc95e6600f122d36.tar.gz
gateone: move to meta-python
Signed-off-by: Andreas Oberritter <obi@opendreambox.org> 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, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-connectivity/gateone/gateone/gateone.service b/meta-python/recipes-connectivity/gateone/gateone/gateone.service
new file mode 100644
index 0000000000..7b14d3e6de
--- /dev/null
+++ b/meta-python/recipes-connectivity/gateone/gateone/gateone.service
@@ -0,0 +1,10 @@
+[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