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