[oe-commits] Koen Kooi : gateone: add missing files

git at git.openembedded.org git at git.openembedded.org
Fri Nov 11 11:58:25 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 622fb6904a97e38f40a4b8f1e386c6bcf56d59f3
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=622fb6904a97e38f40a4b8f1e386c6bcf56d59f3

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Fri Nov 11 12:57:19 2011 +0100

gateone: add missing files

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../gateone/gateone/gateone-avahi.service          |   10 ++++++++++
 .../gateone/gateone/gateone.service                |   10 ++++++++++
 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 0000000..0f613d1
--- /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 0000000..7ff6002
--- /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





More information about the Openembedded-commits mailing list