Jump to content

Problem with cron


Recommended Posts

I have problem with running seti@home at computer startup. In the readme they say:

If you want setiathome to be started automatically, you can

set up a cron job. Add the following line to your crontab:

 

0 1,5,9,13,17,21 * * * cd <setidir>; ./setiathome -nice 19 > /dev/null 2>

/dev/null

 

Where <setidir> is the directory where the setiathome client is installed.

This cron job will attempt to start the client once every four hours.

If it is already running, the next invocation will do nothing.

If the client is not running, it will be started.

 

ps. my crontab look slightly different (-nice 19 ?? nice -n 19) i modified it a bit to check it every hour:

01 * * * * cd /home/xxx/setiathome308; ./setiathome -proxy cache:3128 -graphic

s nice -n 19 > /dev/null 2> /dev/null

 

But it doesn't work...?

 

[moved from Software by spinynorman]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...