aboutsummaryrefslogtreecommitdiff
path: root/net/boinc-client/files/boinc-client.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/boinc-client/files/boinc-client.in')
-rw-r--r--net/boinc-client/files/boinc-client.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/boinc-client/files/boinc-client.in b/net/boinc-client/files/boinc-client.in
index 1871b6b7336c..a76c32f9ec7e 100644
--- a/net/boinc-client/files/boinc-client.in
+++ b/net/boinc-client/files/boinc-client.in
@@ -15,6 +15,8 @@
name="boinc_client"
rcvar=boinc_client_enable
+: ${boinc_client_svcj_options="net_basic"}
+
load_rc_config ${name}
: ${boinc_client_enable="NO"}
@@ -37,7 +39,7 @@ boinc_client_start()
return 1
fi
echo "Starting ${name}."
- idprio 31 daemon -u ${boinc_client_user} -p ${pidfile} -f ${command} ${boinc_client_flags} ${command_args} || return 1
+ idprio 30 daemon -u ${boinc_client_user} -p ${pidfile} -f ${command} ${boinc_client_flags} ${command_args} || return 1
}
boinc_client_poststop()