Leopard/Snow Leopard,必须使用守护进程来实现白天服务器吗?
我发现 leopard/snow leopard 中没有可用的白天服务器。在阅读了一些文档之后,我能想到的方法是编写一个守护进程并将其放在/System/Library/LaunchDaemons下,以便launchd可以运行它。我想知道是否有一种方法可以只启用该服务而不是自己编写一个新服务? 提前致谢!
天舟
I find there is no daytime server available in leopard/snow leopard. And after reading some documents, the approach I can think of is writing a daemon and put it under /System/Library/LaunchDaemons, so that launchd can run it. I wonder if there is a way to just enable the service rather than writing a new one myself?
Thanks in advance!
Tianzhou
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅我的其他答案。
这确实意味着您必须自己编写一个,但希望能简化该过程。
Please see my other answer.
It does mean you have to write one yourself but will hopefully streamline the process.