[…] 44 45 # CreateIPPPrinterQueues Yes 46 +# The AutoShutdown directive specifies whether cups-browsed should +# automatically terminate when it has no local raw queues set up +# pointing to any discovered remote printers (auto shutdown +# mode). Setting it to "On" activates the auto-shutdown mode, setting +# it to "Off" deactiivates it (the default). The special mode "avahi" +# turns auto shutdown off while avahi-daemon is running and on when +# avahi-daemon stops. This allows running cups-browsed on-demand when +# avahi-daemon is run on-demand. + +# AutoShutdown Off +# AutoShutdown On +# AutoShutdown avahi + +# The AutoShutdownTimeout directive specifies after how many seconds +# without local raw queues set up pointing to any discovered remote +# printers cups-browsed should actually shut down in auto shutdown +# mode. Default is 30 seconds, 0 means immediate shutdown. + +# AutoShutdownTimeout 30 + 47 # Unknown directives are ignored, also unknown values. 48- 49-# Please check and edit the following lines, especially if you have Linux 50-# machines with CUPS 1.5.x and older in your network. 51- 52-# If you edit anything in this file, please remember to restart cups-browsed 53-# (or reboot the system) afterwards. 54- 55-# Please remove the "#" in the beginning of the following line to make the 56-# local printers available to clients running CUPS 1.5.x or older. 57-#BrowseLocalProtocols cups 58- 59-# The following CUPS broadcasting/browsing-related lines were overtaken from 60-# /etc/cups/cupsd.conf. Not all are supported by cups-browsed and so could get 61-# ignored. Please check the comments and examples above and edit the lines if 62-# needed. Note that for getting available the remote printers from all hosts/ 63-# networks you have to remove all "BrowseAllow" lines. 64-BrowseOrder allow,deny 65-BrowseAllow all 66-