diff options
Diffstat (limited to 'contrib/README.openrc')
-rw-r--r-- | contrib/README.openrc | 9 |
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) |