Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我现在使用 Thin 在我的网络服务器上提供我的机架应用程序。我有很多 Web 应用程序,所以我有一个 init 脚本,它检查我的所有文件/etc/thin,然后从内部配置开始。
/etc/thin
我想迁移到独角兽,所以我想要相同的行为,但是当我检查独角兽中的示例时,我发现只有初始化脚本来启动一个独角兽实例。
我可以使用什么像 init 脚本来做到这一点?
我一直在寻找同样的东西。您需要为每个应用程序创建一个初始化脚本。我修改了这个使用 PID 文件而不是程序名称的 init.d 脚本:
http://gist.github.com/308216