1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
iiab/roles/network/templates/avahi/schoolserver.service
2017-05-27 11:09:50 -07:00

9 lines
267 B
Desktop File

<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<service-group>
<name replace-wildcards="yes">MGMT console at %h </name>
<service>
<type>_https._tcp</type>
<port>{{gui_port}}</port>
</service>
</service-group>