mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-27 10:58:16 +00:00
gateone: add missing files
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
037cb32f99
commit
622fb6904a
@ -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>
|
||||||
10
meta-oe/recipes-connectivity/gateone/gateone/gateone.service
Normal file
10
meta-oe/recipes-connectivity/gateone/gateone/gateone.service
Normal file
@ -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
|
||||||
Loading…
x
Reference in New Issue
Block a user