mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
net/boinc-client: fix idprio to provide the least possible priority
PR: 280843 Reported by: Älven <alster@vinterdalen.se>
This commit is contained in:
parent
602d71fcad
commit
0975e9741c
@ -1,6 +1,7 @@
|
||||
PORTNAME= boinc-client
|
||||
DISTVERSIONPREFIX= client_release/8.0/
|
||||
DISTVERSION= 8.0.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= ler@FreeBSD.org
|
||||
|
@ -39,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()
|
||||
|
Loading…
Reference in New Issue
Block a user