Skip to content

FreeBSD

  1. Make sure you use /latest pkg repository

    • Ensure your pkg repo is configured to get packages from /latest and not /quarterly
    • Check /usr/local/etc/pkg/repos/FreeBSD.conf
    • If that does not exist, copy over /etc/pkg/FreeBSD.conf to that location, open it, and replace quarterly with latest
  2. Install the required software:

    pkg update && pkg install bazarr
    
  3. Enable bazarr during startup

    echo 'bazarr_enable="YES"' >> /etc/rc.conf
    
  4. Start bazarr

    /usr/local/etc/rc.d/bazarr start
    

Please see the autostart page for rc configuration instructions.