This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
boinc
mirror of
https://github.com/BOINC/boinc.git
Watch
1
Star
0
Fork
You've already forked boinc
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
db4164daba
boinc
/
client
/
scripts
/
Makefile.am
8 lines
81 B
Makefile
Raw
Normal View
History
Unescape
Escape
- Unix init script: modified to make less linux specific. - Does not presume the existence of "pidof" or "runuser". - If started with an old style Bourne shell, will try to restart in bash, zsh or ksh. - Starts with no parameters by default. - Logs stdout and stderr to /var/log/boinc_client.log and /var/log/boinc_client_err.log by default. - With appropriate "boinc-client.conf", the script can be run by a non-root user. - More changes are likely to be required. svn path=/trunk/boinc/; revision=15047
2008-04-14 17:01:37 +00:00
all
:
chmod +x boinc-client
- Added init.d script (boinc-client.in) and Makefile.am to install it. - I got this from the Fedora package. I have modified it to create the run directory if it does not exist, and to not run boinc as root. Checking for running processes needs to be improved. - boinc-client.in is still very linux centric and probably won't work on non-linux systems or under Bourne shell without significant changes. svn path=/trunk/boinc/; revision=15018
2008-04-04 18:29:59 +00:00
install
:
$(
INSTALL
)
-b boinc-client /etc/init.d/