mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix chkconfig command
Defining level is not needed for chkconfig according to official documentation https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/sect-System_Monitoring_Tools-Net-SNMP-Running.html
This commit is contained in:
@ -7,8 +7,8 @@ NOTE: These instructions assume you are the root user. If you are not, prepend
|
||||
yum install net-snmp mysql-server
|
||||
service snmpd start
|
||||
service mysqld start
|
||||
chkconfig --levels 235 mysqld on
|
||||
chkconfig --levels 235 snmpd on
|
||||
chkconfig mysqld on
|
||||
chkconfig snmpd on
|
||||
mysql_secure_installation
|
||||
mysql -uroot -p
|
||||
|
||||
|
Reference in New Issue
Block a user