From ea99e2bbb5e108e9d8bc81b65308ac00b24cb10e Mon Sep 17 00:00:00 2001 From: Joshua Ruehlig Date: Sun, 31 Jan 2016 21:18:33 -0800 Subject: [PATCH] No need to create the data-directory or set proper ownership, the sonarr port does this for you know in the rc.d file. --- FreeBSD-installation.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/FreeBSD-installation.md b/FreeBSD-installation.md index 8af2dc0..24fa565 100644 --- a/FreeBSD-installation.md +++ b/FreeBSD-installation.md @@ -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: ``` pkg install sonarr -mkdir /usr/local/sonarr -chown sonarr /usr/local/sonarr -echo 'sonarr_enable="YES"' | tee -a /etc/rc.conf +sysrc 'sonarr_enable=YES' service sonarr start ```