From e2a48d8701f91b8e24fbe9e99e91eb72a87bb749 Mon Sep 17 00:00:00 2001 From: horchi Date: Sun, 5 Mar 2017 16:39:28 +0100 Subject: git init --- contrib/epghttpd.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 contrib/epghttpd.conf (limited to 'contrib/epghttpd.conf') 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 /epghttpd -n + +end script -- cgit v1.2.3