摘要: 1. 在需要设置为开机启动的脚本中加入必须的chkconfig启动脚本规范,如下: #!/bin/bash # chkconfig: 2345 80 12 # description: auto start shell script 2. 使用chkconfig将脚本加入自动启动列表 # mv yo 阅读全文
posted @ 2020-01-31 21:23 Jello 阅读(1059) 评论(0) 推荐(0)