On Mon, Mar 07, 2005 at 11:52:03AM -0500, MICHAEL THORP wrote: > I successfully installed the latest version of Nessus on a > Suse 9.1 Professional machine using the Nessus 2.2.3 > installer for all Unix systems. ... > I'm looking for assistance on how to configure Nessus to > automatically start on server reboot.
I'm not aware of a startup script for Suse per se (doesn't mean there isn't one, just that I'm not aware of it), but perhaps you could use one for an existing service and use it as a template for nessusd. Look at the nessusd man page for the arguments you might want -- I use "-D -a 1.2.3.4" to have it run as a daemon and listen only on a selected interface. And to shut it down, I use killall to send running processes KILL signals. Once you have a working script, consult your system documentation for help getting it to run at various runlevels. George -- [EMAIL PROTECTED] _______________________________________________ Nessus mailing list [email protected] http://mail.nessus.org/mailman/listinfo/nessus
