From e31a4f34114ba937c17945ae4bd0ebb44b08c761 Mon Sep 17 00:00:00 2001
From: Alexander <alexander@ter-haar.com>
Date: Sat, 16 Mar 2019 13:27:41 +0100
Subject: [PATCH] Add new file

---
 deploy/Gentoo/REAMME.mdv | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 deploy/Gentoo/REAMME.mdv

diff --git a/deploy/Gentoo/REAMME.mdv b/deploy/Gentoo/REAMME.mdv
new file mode 100644
index 0000000000..fa1992ddcd
--- /dev/null
+++ b/deploy/Gentoo/REAMME.mdv
@@ -0,0 +1,21 @@
+### Gentoo init scripts 
+
+Copy the files to  `/etc/init.d/`
+
+```
+# cp /path/to/scripts /funkwhale_* /etc/init.d/
+```
+
+MAke the files executable:
+
+```
+# chmod +x /etc/init.d/funkwhale_*
+```
+
+Starting funkwhale_server will automatically start the other two, as well as nginx and redis.
+
+
+```
+# rc-service funkwhale_server start
+```
+
-- 
GitLab