summaryrefslogtreecommitdiff
path: root/contrib/README.openrc
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2017-03-05 16:39:28 +0100
committerhorchi <vdr@jwendel.de>2017-03-05 16:39:28 +0100
commite2a48d8701f91b8e24fbe9e99e91eb72a87bb749 (patch)
tree726f70554b4ca985a09ef6e30a7fdc8df089993c /contrib/README.openrc
downloadvdr-epg-daemon-e2a48d8701f91b8e24fbe9e99e91eb72a87bb749.tar.gz
vdr-epg-daemon-e2a48d8701f91b8e24fbe9e99e91eb72a87bb749.tar.bz2
git init1.1.103
Diffstat (limited to 'contrib/README.openrc')
-rw-r--r--contrib/README.openrc9
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/README.openrc b/contrib/README.openrc
new file mode 100644
index 0000000..cdc6b3d
--- /dev/null
+++ b/contrib/README.openrc
@@ -0,0 +1,9 @@
+To use the openrc init-scripts (i.e. on gentoo linux):
+
+cp ./contrib/epgd.init.d.openrc /etc/init.d/epgd
+chmod 0744 /etc/init.d/epgd
+
+cp ./contrib/epgd.conf.d.openrc /etc/conf.d/epgd
+chmod 0644 /etc/conf.d/epgd
+
+Edit /etc/conf.d/epgd to your preferences. epgd config is in /etc/epgd/epgd.conf (see README in source-root)