Alexander Yesin wrote: > > I want to start search daemon when system start. I use > ASPLinux 7.2. What I must do ? > Thank You.
There is a script named misc/aspseek in aspseek sources. Install it to /etc/init.d/ directory and run as root # /sbin/chkconfig --add aspseek You can check that aspseek is turned on: # /sbin/chkconfig --list aspseek aspseek 0:off 1:off 2:on 3:on 4:on 5:on 6:off When you either reboot or run # /etc/init.d/aspseek start to start searchd. -- [EMAIL PROTECTED] ICQ UIN 7551596 Phone +7 903 6722750 -- Guinness a Day Keeps a Doctor Away (people's wisdom)
