mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
gateone: add missing files
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -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>
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user