snippetbashTip
notifyd — Notification server. It should not be invoked manually. More information: <https://keith.github.io/x
Viewed 0 times
servercommandnotificationclinotinvokedshouldnotifyd
macos
Problem
How to use the
notifyd command: Notification server. It should not be invoked manually. More information: <https://keith.github.io/xcode-man-pages/notifyd.8.html>.Solution
notifyd — Notification server. It should not be invoked manually. More information: <https://keith.github.io/xcode-man-pages/notifyd.8.html>.Start the daemon:
notifydLog debug messages to the default log file (
/var/log/notifyd.log):notifyd -dLog debug messages to an alternate log file:
notifyd -d -log_file {{path/to/log_file}}Code Snippets
Start the daemon
notifydLog debug messages to the default log file (`/var/log/notifyd.log`)
notifyd -dLog debug messages to an alternate log file
notifyd -d -log_file {{path/to/log_file}}Context
tldr-pages: osx/notifyd
Revisions (0)
No revisions yet.