summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeff Zignego <jzignego@hedonline.com>2020-07-28 16:26:10 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2020-08-03 11:32:30 -0400
commit3470919212de31db44795a6297b894257f30c6bb (patch)
tree6e3d09f7021b26c09ea2f9e9b7eebecd847f4339 /doc
parent5515bb2a08fb3cc2b9d8c23bc506eee09a4d258c (diff)
downloadlighttpd-git-3470919212de31db44795a6297b894257f30c6bb.tar.gz
Add avahi service file under doc/avahi/
github: closes #104
Diffstat (limited to 'doc')
-rw-r--r--doc/avahi/lighttpd.service15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/avahi/lighttpd.service b/doc/avahi/lighttpd.service
new file mode 100644
index 00000000..38691ce8
--- /dev/null
+++ b/doc/avahi/lighttpd.service
@@ -0,0 +1,15 @@
+<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
+<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
+
+<!-- See avahi.service(5) for more information about this configuration file -->
+
+<service-group>
+
+ <name replace-wildcards="yes">Web Server on %h</name>
+
+ <service>
+ <type>_http._tcp</type>
+ <port>80</port>
+ </service>
+
+</service-group>