```
[email protected] /Volumes/T7Shield/test$ launchctl bootstrap gui/501 testdaemon.plist
Bootstrap failed: 5: Input/output error
Try re-running the command as root for richer errors.
[email protected] /Volumes/T7Shield/test$ sudo launchctl bootstrap gui/501 testdaemon.plist
[email protected] /Volumes/T7Shield/test$ launchctl list|grep test
- 78 testdaemon
[email protected] /Volumes/T7Shield/test$ sudo launchctl kickstart -k gui/501/testdaemon
[email protected] /Volumes/T7Shield/test$ ps -ef|grep test
501 20046 7610 0 8:02PM ttys005 0:00.00 grep --color=always test
```
用 sudo launchctl bootstrap 似乎能够载入,但是并没有运行。