notifyd(8) BSD System Manager's Manual notifyd(8)
NAME
notifyd -- notification server
SYNOPSIS
notifyd [-d] [-v] [-shmpages npages] [-norestart]
DESCRIPTION
notifyd is the server for the Mac OS X notification system described in
notify(3). The server is usually started automatically during system
startup, and is not run from the command line.
The -d option causes notifyd to run in a debugging mode. It will stay
attached to the terminal and print verbose log messages to the terminal.
The -v option causes notifyd to produce verbose logging information.
The -shmpages npages option sets the number of shared memory pages used
for passive notification. The default is one page. If a value of zero
is specified, shared memory is disabled, and passive notifications are
performed using IPC between the client and the server.
The -norestart option causes notifyd to register as a non-restartable
server with machinit.
SEE ALSO
notify(3).
Mac OS March 24, 2003 Mac OS
|