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.service | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 contrib/epghttpd.service (limited to 'contrib/epghttpd.service') 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 = /epghttpd -c /etc/epgd + +[Install] + +WantedBy = multi-user.target -- cgit v1.2.3