summaryrefslogtreecommitdiffstats
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
parent037cb32f99f229c9c55a029bec088ebc7f59d278 (diff)
downloadmeta-openembedded-622fb6904a97e38f40a4b8f1e386c6bcf56d59f3.tar.gz
gateone: add missing files
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-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 @@
1<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
2<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
3
4<service-group>
5 <name replace-wildcards="yes">GateOne on %h</name>
6 <service>
7 <type>_https._tcp</type>
8 <port>443</port>
9 </service>
10</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 @@
1[Unit]
2Description=GateOne daemon
3ConditionPathExists=|/var/lib/gateone
4
5[Service]
6WorkingDirectory=/var/lib/gateone
7ExecStart=/usr/bin/python gateone.py
8
9[Install]
10WantedBy=multi-user.target