2 echo "See https://wiki.archlinux.org/index.php/Nessus and the nessus man pages for documentation."
7 if [ -f /opt/nessus/var/nessus/nessusd.pid ]; then
8 echo "Shutting down the Nessus server."
9 kill $(cat /opt/nessus/var/nessus/nessusd.pid) >/dev/null 2>&1