目标板上电自启动APP

1、新建一个脚本文件.sh,并给脚本文件执行权限

vi helloworld.sh

chmod 777 helloworld.sh

2、在脚本中输入你要执行的语句或app

echo "hello world!" //输出hello world

cd /home //进入home目录

./app //运行app这个软件

3、退出保存脚本

4、进入cd /lib/systemd/system/

5、新建一个自启动systemd服务配置文件 vi helloworld.service

6、在配置文件中输出如下内容

[Unit]

Description=helloworld //描述

After=basic.service X.service thermal-zone-init.service

[Service] Environment=DISPLAY=0:0

ExecStartPre=/bin/echo "****Start to run helloworld.service****" //打印信息 ExecStart=/home/root/helloworld.sh //脚本所在位置

StandardOutput=tty

KillMode=process

KillSignal=SIGKILL

SendSIGKILL=yes

[Install] WantedBy=multi-user.target

7、使能服务

systemctl -f enable /lib/systemd/system/helloworld.service

8、重启目标板 reboot

9、取消上电自启动systemd

systemctl disable helloworld.service

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值