然后命名为mount_and_frpc.sh,从桌面拷贝到文件夹/etc/init.d/下:sudo cp ./mount_and_frpc.sh /etc/init.d/,并且赋予可执行权限sudo chmod 775 ./mount_and_frpc.sh
然后执行该命令:sudo update-rc.d mount_and_frpc.sh defaults 90,然后会报如下错误:missing LSB tags and overrides,这参考下面这俩个链接
,
个时候需要在执行的命令前面加上这样一段话:
然后执行:sudo update-rc.d mount_and_frpc.sh defaults 90,重启reboot即可
同样的,如果想取消该开机自启项,需要执行如下命令
cd /etc/init.d
sudo update-rc.d -f mount_and_frpc.sh remove