diff --git a/deploy/Gentoo/REAMME.mdv b/deploy/Gentoo/REAMME.mdv new file mode 100644 index 0000000000000000000000000000000000000000..fa1992ddcd57ea70fa2da72494f7be03a28d1be4 --- /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 +``` +