Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
rc.local 352 Bytes
Copy Edit Raw Blame History
Xu Hao authored 2020-09-08 14:13 . Upgrade start script; Can run VO now
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
/bin/bash /home/dji/Swarm_Docker/drone_boot.sh
exit 0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化