tldr/pages/osx/notifyd.md

18 lines
340 B
Markdown
Raw Normal View History

# notifyd
> Notification server.
> It should not be invoked manually.
2022-02-14 11:21:43 +00:00
> More information: <https://www.manpagez.com/man/8/notifyd/>.
- Start the daemon:
`notifyd`
- Log debug messages to the default log file (`/var/log/notifyd.log`):
`notifyd -d`
- Log debug messages to an alternate log file:
`notifyd -d -log_file {{path/to/log}}`