Start Services Automatically in Linux

  • add the script to be executed at startup to /etc/rc.d/rc.local
  • if you dont want to follow the symlinks in /etc/rc.d/* directories you can use the graphical interface to configure
  • The following cli commands will also make services start automatically
    • chkconfig snmpd --list
    • chkconfig snmpd on

0 comments:

Post a Comment