打开配置文件:shell># vi /etc/rc.d/rc.local
在其中增加以下命令行:
/usr/local/http2/bin/apachectl start----apache
/usr/local/mysql/bin/mysqld_safe --user=mysql &----后台启动mysql
service vsftpd start----ftp服务
systemctl stop firewalld.service----停用防火墙
打开配置文件:shell># vi /etc/rc.d/rc.local
在其中增加以下命令行:
/usr/local/http2/bin/apachectl start----apache
/usr/local/mysql/bin/mysqld_safe --user=mysql &----后台启动mysql
service vsftpd start----ftp服务
systemctl stop firewalld.service----停用防火墙