Add son
This commit is contained in:
parent
2d1b2250e6
commit
18ca54e1d7
BIN
monitor/engine/FaceDetection_154
Normal file
BIN
monitor/engine/FaceDetection_154
Normal file
Binary file not shown.
BIN
monitor/setup/serverUART
Normal file
BIN
monitor/setup/serverUART
Normal file
Binary file not shown.
|
@ -12,12 +12,9 @@ sudo chmod +x /root/monitor/cache/restart_service.sh
|
|||
sudo chmod +x /root/monitor/check/Check_engine
|
||||
sudo chmod +x /root/monitor/launcher/S905X_BI
|
||||
sudo chmod +x /root/monitor/CMS/install.sh
|
||||
#sudo chmod +x /root/monitor/CMS/run_cms.sh
|
||||
sudo chmod +x /root/monitor/setup/serverUART
|
||||
sudo chmod +x /root/monitor/setup/run_CMS.sh install_S905X_BI.sh
|
||||
sudo chmod +x /root/monitor/setup/key.sh
|
||||
#******************CMS*************************
|
||||
# echo "install CMS"
|
||||
# sudo /root/monitor/CMS/install.sh
|
||||
# ******************Autossh******************
|
||||
#
|
||||
echo "install auto ssh"
|
||||
|
@ -80,6 +77,25 @@ sudo chmod 755 S905X_BI.service
|
|||
sudo systemctl start S905X_BI
|
||||
sudo systemctl enable S905X_BI
|
||||
#
|
||||
#******************serverUART*************************
|
||||
echo "setup service serverUART"
|
||||
cd /etc/systemd/system/
|
||||
echo "[Unit]
|
||||
Description=serverUART
|
||||
After=network.target
|
||||
StartLimitIntervalSec=0
|
||||
[Service]
|
||||
Type=simple
|
||||
Restart=always
|
||||
RestartSec=1
|
||||
User=root
|
||||
ExecStart=/usr/bin/env /root/monitor/setup/serverUART
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target" >> serverUART.service
|
||||
sudo chmod 755 serverUART.service
|
||||
sudo systemctl start serverUART
|
||||
sudo systemctl enable serverUART
|
||||
#*************setup Opencv***************
|
||||
echo "install Opencv"
|
||||
cd /root/monitor/setup
|
||||
|
|
Loading…
Reference in New Issue
Block a user