在/etc/systemd/system/目录下创建对应的server服务
如:/etc/systemd/system/test-script.service
[Unit]
Description=Test Script Service
After=network.target[Service]
Type=oneshot
ExecStart=/path/to/test-script.sh[Install]
WantedBy=multi-user.target
替换/path/to/test-script.sh
为脚本实际路径
$ systemctl enable airos_auto_start.service #启动服务
重新启动系统即可,实现开机启动脚本