X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=html%2Fadminmanual-4.html;h=2123702246721e41ec0c6234a672b5d283fc1a60;hb=63b5e2134b2ffba051682618f88b09d5ee5457c7;hp=7e9aa735ed49d31564476b700f50e97a14fd8580;hpb=c42f6d2e451d149bd3ee9059ed8a9a4589c47f6d;p=spider.git diff --git a/html/adminmanual-4.html b/html/adminmanual-4.html index 7e9aa735..21237022 100644 --- a/html/adminmanual-4.html +++ b/html/adminmanual-4.html @@ -38,6 +38,24 @@ DX:3:respawn:/bin/su -c "/usr/bin/perl -w /spider/perl/cluster.pl" sysop >/dev/t

+

This line works fine for RedHat distributions. It is also fine for SuSE up to +7.0. From Suse 7.1 you need to add runlevels 2 and 5 like this ... +

+

+
+DX:235:respawn:/bin/su -c "/usr/bin/perl -w /spider/perl/cluster.pl" sysop >/dev/tty7
+
+
+

+

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.