diff options
author | horchi <vdr@jwendel.de> | 2017-03-05 16:39:28 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2017-03-05 16:39:28 +0100 |
commit | e2a48d8701f91b8e24fbe9e99e91eb72a87bb749 (patch) | |
tree | 726f70554b4ca985a09ef6e30a7fdc8df089993c /contrib/epghttpd.service | |
download | vdr-epg-daemon-e2a48d8701f91b8e24fbe9e99e91eb72a87bb749.tar.gz vdr-epg-daemon-e2a48d8701f91b8e24fbe9e99e91eb72a87bb749.tar.bz2 |
git init1.1.103
Diffstat (limited to 'contrib/epghttpd.service')
-rw-r--r-- | contrib/epghttpd.service | 13 |
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 |