The crontab file: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    24 January 2023

    • curprev 18:4218:42, 24 January 2023G0vgs talk contribs 910 bytes +910 Created page with "==General Information== The following relates to all versions of DXSpider and is not platform related. ===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) # check every 10 minutes to see if gb7xxx is connected and if not # start a connect job going 0,10,20,30,40,50 * * * * start_connect('gb7xxx') unless connected('gb7xxx') The callsi..."