Folks, It seems that it's pretty common to use /tmp for the directory where you store the Unicorn unix: socket file. I'm a Fedora user and our lovable systemd (by default) gives nginx a private /tmp directory (see "PrivateTmp=true" in system configuration file example below). That's the kind of thing that *could* take a while to figure out.
Could you put a note somewhere near the listen docs warning Fedora / systemd users to locate the socket file somewhere else? I know it's not your problem, but I'll bet that more than a few Fedora users are using TCP sockets instead of unix sockets with Unicorn because of this. Unicorn is awesome, btw. Thanks! dhw listen docs I referenced: http://unicorn.bogomips.org/Unicorn/Configurator.html#method-i-listen systemd configuration file from Fedora 17: https://gist.github.com/dwilkins/5322665 ~ _______________________________________________ Unicorn mailing list - [email protected] http://rubyforge.org/mailman/listinfo/mongrel-unicorn Do not quote signatures (like this one) or top post when replying
