DragonFly On-Line Manual Pages

Search: Section:  


notifier(7)			  Apple Inc.			   notifier(7)

NAME

notifier - cups notification interface

SYNOPSIS

notifier recipient [ user-data ]

DESCRIPTION

The CUPS notifier interface provides a standard method for adding sup- port for new event notification methods to CUPS. Each notifier deliv- ers one or more IPP events from the standard input to the specified recipient. Notifiers MUST read IPP messages from the standard input using the ipp- New() and ippReadFile() functions and exit on error. Notifiers are encouraged to exit after a suitable period of inactivity, however they may exit after reading the first message or stay running until an error is seen. Notifiers inherit the environment and can use the logging mechanism documented in filter(7).

SEE ALSO

cupsd(8), filter(7), CUPS Online Help (http://localhost:631/help)

COPYRIGHT

Copyright (C) 2007-2017 by Apple Inc. 12 June 2014 CUPS notifier(7)

Search: Section: