diff options
Diffstat (limited to 'contrib/epgd.service')
-rw-r--r-- | contrib/epgd.service | 13 |
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 |