https://blog.phpha.com/backup/archives/1458.html

1.服务

chkconfig 服务名 on

查看所有可以

chkconfig --list

 

2 修改 /etc/rc.d/rc.local 这个文件

vi /etc/rc.d/rc.local
#添加以下命令
/usr/sbin/apachectl start
/etc/rc.d/init.d/mysqld start
/etc/rc.d/init.d/smb start
/usr/local/subversion/bin/svnserve -d

 

相关文章:

  • 2021-08-12
  • 2021-06-09
  • 2021-12-28
  • 2022-12-23
  • 2022-12-23
  • 2021-09-03
  • 2022-01-18
猜你喜欢
  • 2022-01-01
  • 2022-12-23
  • 2022-12-23
  • 2021-06-19
  • 2022-12-23
  • 2021-11-28
相关资源
相似解决方案