X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=sgml%2Fadminmanual.sgml;h=5665f17e3ee84f803561be3697c8d61392009e52;hb=e674587476599456cce169e02b0e441d985f9dd8;hp=3d5d9cfc64283c81db984ba6497587be6e0b5025;hpb=ad10d0e662650f1ac03895d5c9143e204764ef53;p=spider.git diff --git a/sgml/adminmanual.sgml b/sgml/adminmanual.sgml index 3d5d9cfc..5665f17e 100644 --- a/sgml/adminmanual.sgml +++ b/sgml/adminmanual.sgml @@ -601,6 +601,15 @@ the following lines to the file near the end ... DX:3:respawn:/bin/su -c "/usr/bin/perl -w /spider/perl/cluster.pl" sysop >/dev/tty7 +

+This line works fine for RedHat and SuSE distributions. The line required for +Slackware distributions is slightly different. My thanks to Aurelio, PA3EZL for +this information. + + +DX:23:respawn:/bin/su - sysop -c "/usr/bin/perl -w /spider/perl/cluster.pl" >/dev/tty7 + +

This will automatically start DXSpider on tty7 (ALT-F7) on bootup and restart it should it crash for any reason.