aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/gateone
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-11-11 12:57:19 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-11-11 12:57:19 +0100
commit622fb6904a97e38f40a4b8f1e386c6bcf56d59f3 (patch)
tree68eb1605b24acc0dd2f85495dcacbab4c77f572e /meta-oe/recipes-connectivity/gateone
parent037cb32f99f229c9c55a029bec088ebc7f59d278 (diff)
downloadmeta-openembedded-contrib-622fb6904a97e38f40a4b8f1e386c6bcf56d59f3.tar.gz
gateone: add missing files
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-connectivity/gateone')
-rw-r--r--meta-oe/recipes-connectivity/gateone/gateone/gateone-avahi.service10
-rw-r--r--meta-oe/recipes-connectivity/gateone/gateone/gateone.service10
2 files changed, 20 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/gateone/gateone/gateone-avahi.service b/meta-oe/recipes-connectivity/gateone/gateone/gateone-avahi.service
new file mode 100644
index 0000000000..0f613d18e8
--- /dev/null
+++ b/meta-oe/recipes-connectivity/gateone/gateone/gateone-avahi.service
@@ -0,0 +1,10 @@
+<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
+<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
+
+<service-group>
+ <name replace-wildcards="yes">GateOne on %h</name>
+ <service>
+ <type>_https._tcp</type>
+ <port>443</port>
+ </service>
+</service-group>
diff --git a/meta-oe/recipes-connectivity/gateone/gateone/gateone.service b/meta-oe/recipes-connectivity/gateone/gateone/gateone.service
new file mode 100644
index 0000000000..7ff60020a0
--- /dev/null
+++ b/meta-oe/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 gateone.py
+
+[Install]
+WantedBy=multi-user.target