funkwhale/deploy/Gentoo
jo d47fef0806 chore: fix shell scripts lint errors 2022-11-25 19:43:50 +00:00
..
.gitkeep
README.md
funkwhale_beat chore: fix shell scripts lint errors 2022-11-25 19:43:50 +00:00
funkwhale_server chore: fix shell scripts lint errors 2022-11-25 19:43:50 +00:00
funkwhale_worker chore: fix shell scripts lint errors 2022-11-25 19:43:50 +00:00

README.md

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