mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 11:29:16 +02:00
.. | ||
funkwhale_beat | ||
funkwhale_server | ||
funkwhale_worker | ||
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