Shell脚本启动程序

Posted TopCoderのZeze

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Shell脚本启动程序相关的知识,希望对你有一定的参考价值。

 Linux 下后台脚本启动Jar程序

 Nohup后台输出运行日志

cd /home/zeze/jar/WeiboPost

java -jar WeiboAutoPost.jar ../configuration.properties >> ./nohup.out 2>&1 &

echo WeiboPost succeed

cd ../WeiboCrawl

java -jar WeiboCommentCrawl.jar ../configuration.properties >> ./nohup.out 2>&1 &

echo WeiboCommentCrawl succeed

  

以上是关于Shell脚本启动程序的主要内容,如果未能解决你的问题,请参考以下文章

shell脚本批量启动jar

shell 脚本 片段

用于确保在任何给定时间仅运行一个 shell 脚本的 shell 片段 [重复]

shell定时执行脚本启动jar程序的问题

2分钟-实现开机nginx开机自启动脚本(shell篇)

启动Java应用的Shell脚本