X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=html%2Finstallation-7.html;h=e7956dfe3ebe62e45004761f155e7b9e10707fdb;hb=b34f092aea53555f7dcea38612def9692f8dba1d;hp=eeb2162ef023f9d05d4fe5aeaf5d60e381a9c633;hpb=0ab180769648dfc2bde399c12b1b76c0f78e7648;p=spider.git diff --git a/html/installation-7.html b/html/installation-7.html index eeb2162e..e7956dfe 100644 --- a/html/installation-7.html +++ b/html/installation-7.html @@ -1,7 +1,7 @@ - + The DXSpider Installation Manual v1.50: General Information @@ -12,16 +12,16 @@ Next Previous Contents
-

7. General Information

+

7. General Information

-

The following relates to all versions of DXSpider and is not platform related. -

-

7.1 The crontab file +

The following relates to all versions of DXSpider and is not platform related.

+ +

7.1 The crontab file

Login as sysop and create a file in /spider/local_cmd called crontab. Edit it with your favourite editor and add a line like this (I have included -a comment) +a comment)

@@ -31,17 +31,18 @@ a comment)
 0,10,20,30,40,50 * * * * start_connect('gb7xxx') unless connected('gb7xxx')
 
-

+

+

The callsign involved will be the callsign of the cluster node you are going to connect to. This will now check every 10 minutes to see if gb7xxx is connected, if it is then nothing will be done. If it is not, -then a connect attempt will be started. -

+then a connect attempt will be started.

+

There are probably lots of other things you could use this crontab file for. If you want to know more about it, look at the DXSpider website -at the cron page where it is explained more fully. -

+at the cron page where it is explained more fully.

+
Next Previous