Skip to content

Tea4menono/uav-client

Repository files navigation

uav-client

service config file

sudo nano /etc/systemd/system/test.service

start service

sudo systemctl start test.service

stop service

sudo systemctl stop test.service

check service status

sudo systemctl status test.service

install timestamp log tool

use apt-get

sudo apt-get install moreutils

use homebrew

brew install moreutils

execute script

python3 main.py 2>&1 | ts '%Y-%m-%d %H:%M:%S' >> logfile.log

upload log

scp -i "~/Documents/admin.pem" ~/Documents/uav-client/logfile.log  [email protected]:/home/ubuntu/log

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published