Files
tldr/pages.zh/osx/notifyd.md

17 lines
349 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# notifyd
> 通知服务器。
> 不应手动调用。
> 更多信息:<https://keith.github.io/xcode-man-pages/notifyd.8.html>。
- 启动守护进程:
`notifyd`
- 将调试消息记录到默认日志文件(`/var/log/notifyd.log`)
`notifyd -d`
- 将调试消息记录到备用日志文件:
`notifyd -d -log_file {{path/to/log_file}}`