我在 /Library/LaunchDaemon/ 中创建了一个 plist 文件
运行它的计算机无法重新启动(服务器),它正在运行 MacOS Tiger。我希望以下命令可以完成这项工作,但它指出它并不意味着直接运行:
launchd /Library/LaunchDaemon/parallel.plist
如何做到这一点?谢谢!
sudo launchctl load /Library/LaunchDaemons/parallel.plist
应该导致守护程序自动运行。
请参阅 http://www.aandcp.com/launchdaemons-and-mac-os-x-openvpn-as-an-example
我知道这篇文章已经有了答案,但因为这是一个不常见的话题,我想我也会参与进来。对我有用的命令是
sudo launchctl kickstart system/com.example.service
这个守护进程的 plist 需要在 /Library/LaunchDaemons 中。