Advertisement
nodetx

Nexpose starting console at boot automatically

Feb 29th, 2012
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. CentOS 5.7 installing nexpose, automatically starting console at boot.
  2.  
  3. [root@new-host-3 nsc]# cp /opt/rapid7/nexpose/nsc/nexposeconsole.rc /etc/init.d/nexposed
  4. [root@new-host-3 nsc]# chmod +x /etc/init.d/nexposed
  5. [root@new-host-3 nsc]# chkconfig --add nexposed
  6. [root@new-host-3 nsc]# shutdown -r now
  7.  
  8. Broadcast message from root (pts/1) (Wed Feb 29 16:45:25 2012):
  9.  
  10. The system is going down for reboot NOW!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement