Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
notifier(7)			  OpenPrinting			     notifier(7)

NAME
     notifier - cups notification interface

SYNOPSIS
     notifier recipient [ user-data ]

DESCRIPTION
     The  CUPS	notifier interface provides a standard method for adding support
     for new event notification methods to CUPS.  Each notifier delivers one  or
     more IPP events from the standard input to the specified recipient.

     Notifiers MUST read IPP messages from the standard input using the ippNew()
     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.   Noti-
     fiers  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) 2020-2024 by OpenPrinting.

2021-02-28			      CUPS			     notifier(7)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=notifier&sektion=7&manpath=FreeBSD+Ports+15.1.quarterly>

home | help