摘要:
说明1. /System/Library/LaunchDaemons是用户未登陆前就启动的服务(守护进程)。/System/Library/LaunchAgents是用户登陆后启动的服务(守护进程)。2. /System/Library目录是存放Apple自己开发的软件。 /Library目录是系统管理员存放的第三方软件。 ~/Library/是用户自己存放的第三方软件。 步骤 1. 首先创建一个自动任务的配置文件.plist,也可以从/System/Library/LaunchDaemons/获取一个别的任务的plist文件,然后改改名字 比如命名为com.apple.wind-auto.p 阅读全文