funkwhale/deploy/FreeBSD
jo 75c9b1eabe
feat: don't use poetry in production deployments
2023-01-16 02:11:01 +01:00
..
README.md FreeBSD System V startup scripts. 2018-08-22 20:23:06 +02:00
funkwhale_beat feat: don't use poetry in production deployments 2023-01-16 02:11:01 +01:00
funkwhale_server feat: don't use poetry in production deployments 2023-01-16 02:11:01 +01:00
funkwhale_worker feat: don't use poetry in production deployments 2023-01-16 02:11:01 +01: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