diff options
author | 2005-08-14 00:18:39 +0000 | |
---|---|---|
committer | 2005-08-14 00:18:39 +0000 | |
commit | fa7c8e1607433e087b86fc02db1b45af55ed415d (patch) | |
tree | 3da0c4eb20e8c7f4558e197c8503d26667878afa /sci-misc/boinc/files/boinc.init | |
parent | Add all the old Gentoo xinit stuff, so it works properly with /etc/rc.conf an... (diff) | |
download | historical-fa7c8e1607433e087b86fc02db1b45af55ed415d.tar.gz historical-fa7c8e1607433e087b86fc02db1b45af55ed415d.tar.bz2 historical-fa7c8e1607433e087b86fc02db1b45af55ed415d.zip |
Fixed bugs #98342 #93744 and #91930 and updated to the latest version
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sci-misc/boinc/files/boinc.init')
-rw-r--r-- | sci-misc/boinc/files/boinc.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-misc/boinc/files/boinc.init b/sci-misc/boinc/files/boinc.init index ac1d0b8ff762..c54e0313dc2a 100644 --- a/sci-misc/boinc/files/boinc.init +++ b/sci-misc/boinc/files/boinc.init @@ -37,7 +37,7 @@ start() { ARGS="${ARGS} -allow_remote_gui_rpc" fi - start-stop-daemon --quiet --start --exec ${BOINCBIN} \ + setsid start-stop-daemon --quiet --start --exec ${BOINCBIN} \ --chuid ${USER}:${GROUP} --nicelevel ${NICELEVEL} -- ${ARGS} > ${LOGFILE} 2>&1 & eend $? |