Excerpts from Bjartur Thorlacius's message of Sun Jan 02 18:01:34 +0100 2011: > > Maybe /var/tmp/ would be a better choice than /tmp? > Or you know, /var/cache? /tmp and /var/tmp are world-writable and sticky, /var/cache and /var/run are not.
> For sockets, /var/run, which is always wiped on boot, seems appropriate. /var/run only works for system daemons, for the reasons stated above. Best regards, Moritz