gateone: add missing files

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-11-11 12:57:19 +01:00
parent 037cb32f99
commit 622fb6904a
2 changed files with 20 additions and 0 deletions
@@ -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