summaryrefslogtreecommitdiff
path: root/contrib/epghttpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/epghttpd.conf')
-rw-r--r--contrib/epghttpd.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/contrib/epghttpd.conf b/contrib/epghttpd.conf
new file mode 100644
index 0000000..90d1a24
--- /dev/null
+++ b/contrib/epghttpd.conf
@@ -0,0 +1,17 @@
+# EPG web/http Deamon
+#
+# upstart script
+
+
+description "EPG/Web-Server"
+
+start on (started epgd)
+stop on runlevel [!2345]
+
+script
+
+export LANG="de_DE.UTF-8"
+
+exec <BINDEST>/epghttpd -n
+
+end script