diff options
Diffstat (limited to 'contrib/epgd.conf')
-rw-r--r-- | contrib/epgd.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/contrib/epgd.conf b/contrib/epgd.conf new file mode 100644 index 0000000..c1f6b07 --- /dev/null +++ b/contrib/epgd.conf @@ -0,0 +1,19 @@ +# epgd - EPG Daemon +# +# The EPG daemon provides EPG data from various providers +# +# upstart script + +description "EPG Daemon" +author "Jörg Wendel <vdr at jwendel dot de>" + +start on (started local-filesystems and net-device-up IFACE!=lo) +stop on runlevel [!2345] + +script + +export LANG="de_DE.UTF-8" + +exec <BINDEST>/epgd -n -p <PLGDEST> + +end script |