開機啓動服務(ftp、apache、mysql)

當linux服務器開機時,會將 /etc/rc.d/rc.local 中的指令所有執行一遍,mysql

所以將相應服務的啓動指令放到該shell腳本中便可實現開機啓動效果;linux

/etc/rc.d/rc.local 末尾加入
sql

/usr/local/http2/bin/apachectl start     #apache服務啓動指令shell

/usr/local/mysql/bin/mysqld_safe  --user=mysql &   #mysql服務的啓動指令apache

service vsftp start   #ftp服務啓動指令服務器

相關文章
相關標籤/搜索