1、mv xx.sh /etc/init.d 2、chmod 777 xx.sh 4、sudo update-rc.d xx.sh defaults 90 # 90为优先级,越高执行的越晚 5、sudo update-rc.d -f xx.sh remove # 移除