mirror of https://github.com/BOINC/boinc.git
Mac: add -daemon flag to script for starting BOINC as a service
svn path=/trunk/boinc/; revision=13513
This commit is contained in:
parent
ed7a08ef3e
commit
7ff9ebf47d
|
@ -161,7 +161,7 @@ StartService ()
|
|||
if [ -x "${PATH_TO_CLIENT}boinc" ]; then
|
||||
if [ -d "/Library/Application Support/BOINC Data" ]; then
|
||||
ConsoleMessage "Starting BOINC client"
|
||||
"${PATH_TO_CLIENT}boinc" -redirectio -dir "${PATH_TO_DATA}" &
|
||||
"${PATH_TO_CLIENT}boinc" -redirectio -daemon -dir "${PATH_TO_DATA}" &
|
||||
echo \$! > /var/run/boinc.pid
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue