1,修改/lib/systemd/system中文件 rc-local.service
文章末位加入这三行数据
[Install]
WantedBy=multi-user.target
Alias=rc-local.service
2,编辑/etc/rc.local 添加需要执行的脚本
cd /home/engineer/single-java
sh java.sh
exit 0
1,修改/lib/systemd/system中文件 rc-local.service
文章末位加入这三行数据
[Install]
WantedBy=multi-user.target
Alias=rc-local.service
2,编辑/etc/rc.local 添加需要执行的脚本
cd /home/engineer/single-java
sh java.sh
exit 0