Tim,

On Aug 15, 2014, at 10:39 AM, Tim Waugh <twa...@redhat.com> wrote:
> ...
> Not sure how it is configured on SuSE but the Fedora systemd
> configuration files only use socket activation for the local UNIX domain
> socket, not for any external ports.

The CUPS 2.0 version of systemd support does both the domain socket and the 
loopback interface:

    [Socket]
    ListenStream=/private/var/run/cupsd
    ListenStream=[::1]:631
    ListenStream=127.0.0.1:631
    BindIPv6Only=ipv6-only
    ReusePort=true

This matches how things are done with launchd on OS X.

When sharing is enabled cupsd handles listening to *:631 and the 
org.cups.cupsd.path unit sees the /var/spool/cups/cache/org.cups.cupsd file 
created by cupsd to keep cupsd running all the time.

_________________________________________________________
Michael Sweet, Senior Printing System Engineer, PWG Chair


-- 
To UNSUBSCRIBE, email to debian-printing-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/73706d28-3783-4de7-a4b8-b7b2195ef...@apple.com

Reply via email to