funkwhale/deploy/FreeBSD
Eliot Berriot 4de78995c0 Fix #862: replaced Daphne by Gunicorn/Uvicorn 2019-06-19 10:26:09 +02:00
..
README.md FreeBSD System V startup scripts. 2018-08-22 20:23:06 +02:00
funkwhale_beat FreeBSD System V startup scripts. 2018-08-22 20:23:06 +02:00
funkwhale_server Fix #862: replaced Daphne by Gunicorn/Uvicorn 2019-06-19 10:26:09 +02:00
funkwhale_worker FreeBSD System V startup scripts. 2018-08-22 20:23:06 +02:00

README.md

System V rc script for FreeBSD

Copy the file in /usr/local/etc/rc.d

# cp /path/to/funkwhale/deploy/FreeBSD/funkwhale_* /usr/local/etc/rc.d

If not add executable bit to the files.

# chmod +x /usr/local/etc/rc.d/funkwhale_*

Enable services in rc.conf

# sysrc funkwhale_server=YES
# sysrc funkwhale_worker=YES
# sysrc funkwhale_beat=YES