HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

notifyd — Notification server. It should not be invoked manually. More information: <https://keith.github.io/x

Submitted by: @import:tldr-pages··
0
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:
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_file}}

Code Snippets

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_file}}

Context

tldr-pages: osx/notifyd

Revisions (0)

No revisions yet.