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