mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 23:28:26 +02:00
.. | ||
.gitkeep | ||
funkwhale_beat | ||
funkwhale_server | ||
funkwhale_worker | ||
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