如何编写进入屏幕并调用某些内容的 shell 脚本?
我的 IRC 机器人有时会偶尔死掉,但我把它显示在屏幕上。再次调用它的方法是node protobot.js
。
我必须始终找到该屏幕并重新调用它。我想要一个更快的方法。
如何从 shell 脚本中可靠地调用 screen 以便调用节点来恢复它?
My IRC bot sporadically dies sometimes and I have it in a screen. The way to invoke it again is node protobot.js
.
I have to always find that screen and reinvoke it. I'd like a faster way.
How can I invoke screen reliably from within a shell script in order to invoke node to revive it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的过程需要护理和喂养吗?一开始就不要将其放入屏幕中。
调查进程监控,例如使用Monit,或God,或其他一些保持活动状态的软件。有很多选择。当您看到这两个软件时,网络应该会向您提供软件的优缺点以及其他名称。
Your process needs care and feeding? Do not put it in the screen to begin with.
Investigate process monitoring, for instance with Monit, or God, or some other keep-it-alive software. There are tons of alternatives. When you've seen these two, the Net should provide you with pros and cons and other names of software.