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.
如何在 OS X 上将 Tomcat 安装为守护进程?即使用户未登录,它也应该运行。
现在,我可能可以为单个用户安装 Tomcat 并让它在登录时运行。但从长远来看,我需要安装它并在启动时作为服务运行。
您可以为它编写自己的 LaunchDaemon 脚本。
启动服务可用于设置基于用户或系统的启动。
有关所需内容的详细信息,请参阅页面底部的2009 年更新
Matthew 和 Objects 所说的,但请记住,如果您正在与launchd集成,则脚本不应分叉并退出。请参阅守护程序要求