|
ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
kuncd(8) BSD System Manager's Manual kuncd(8)
NAME
kuncd -- The Kernel User Notification Center daemon.
DESCRIPTION
The Kernel User Notification Center daemon handles requests by software executing in the kernel to dis-play display
play notices and alerts to the user. The daemon also handles kernel reqeusts to execute user-space
helper tools.
The daemon is launched by launchd(8) when a request has been received from the kernel and will exit 15
seconds after the last request has been processed.
The daemon cannot be used directly by the user.
SIGNALS
SIGTERM This signal will result in the daemon unregistering itself from launchd and exiting. Once it
is unregistered, it will not run again until it is reregistered.
SEE ALSO
launchd(8)
HISTORY
The kuncd daemon was introduced in Mac OS X 10.3.
NOTES
This daemon and its current behavior may change without notice. Do not rely on its existence or its
behavior. Consider it an unsupported command.
Darwin May 23, 2004 Darwin
|
|