From 622fb6904a97e38f40a4b8f1e386c6bcf56d59f3 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 11 Nov 2011 12:57:19 +0100 Subject: [PATCH] gateone: add missing files Signed-off-by: Koen Kooi --- .../gateone/gateone/gateone-avahi.service | 10 ++++++++++ .../gateone/gateone/gateone.service | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 meta-oe/recipes-connectivity/gateone/gateone/gateone-avahi.service create mode 100644 meta-oe/recipes-connectivity/gateone/gateone/gateone.service 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 @@ + + + + + GateOne on %h + + _https._tcp + 443 + + 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