1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-03-12 07:07:47 +00:00

No need to create the data-directory or set proper ownership, the sonarr port does this for you know in the rc.d file.

Joshua Ruehlig 2016-01-31 21:18:33 -08:00
parent f7451707d9
commit ea99e2bbb5

@ -1,9 +1,7 @@
If you are using a modern FreeBSD, just try these commands first (as root), which will install Sonarr through the package manager: If you are using a modern FreeBSD, just try these commands first (as root), which will install Sonarr through the package manager:
``` ```
pkg install sonarr pkg install sonarr
mkdir /usr/local/sonarr sysrc 'sonarr_enable=YES'
chown sonarr /usr/local/sonarr
echo 'sonarr_enable="YES"' | tee -a /etc/rc.conf
service sonarr start service sonarr start
``` ```