summaryrefslogtreecommitdiff
path: root/contrib/epghttpd.service
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/epghttpd.service')
-rw-r--r--contrib/epghttpd.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/epghttpd.service b/contrib/epghttpd.service
new file mode 100644
index 0000000..fd8d7f4
--- /dev/null
+++ b/contrib/epghttpd.service
@@ -0,0 +1,13 @@
+[Unit]
+
+Description = EPG HTTP Daemon that provides a web interface
+After = epgd.service
+
+[Service]
+
+Type = forking
+ExecStart = <BINDEST>/epghttpd -c /etc/epgd
+
+[Install]
+
+WantedBy = multi-user.target