summaryrefslogtreecommitdiff
path: root/net-p2p/radarr/files/radarr.in
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/radarr/files/radarr.in')
-rw-r--r--net-p2p/radarr/files/radarr.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/net-p2p/radarr/files/radarr.in b/net-p2p/radarr/files/radarr.in
index 781c9f756699..90be8f5ce9b0 100644
--- a/net-p2p/radarr/files/radarr.in
+++ b/net-p2p/radarr/files/radarr.in
@@ -22,7 +22,7 @@ load_rc_config $name
: ${%%PORTNAME%%_enable:=NO}
: ${%%PORTNAME%%_user:="%%USERS%%"}
: ${%%PORTNAME%%_group:="%%GROUPS%%"}
-: ${%%PORTNAME%%_exec_dir:="%%DATADIR%%"}
+: ${%%PORTNAME%%_exec_dir:="%%DATADIR%%/bin"}
: ${%%PORTNAME%%_data_dir:="%%PREFIX%%/%%PORTNAME%%"}
: ${%%PORTNAME%%_pid_dir:="/var/run/%%PORTNAME%%"}
@@ -40,8 +40,6 @@ start_precmd=${name}_precmd
install -d -o ${%%PORTNAME%%_user} -g ${%%PORTNAME%%_group} ${%%PORTNAME%%_pid_dir}
fi
- chown -R ${%%PORTNAME%%_user}:${%%PORTNAME%%_group} ${%%PORTNAME%%_exec_dir}
-
# .NET 6+ use dual mode sockets to avoid the separate AF handling.
# disable .NET use of V6 if no ipv6 is configured.
# See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259194#c17