# | |
# Default directory where automatically bound Unix domain server | |
# sockets are stored. Sockets are automatically bound when bound | |
# with a null address. | |
# | |
# On Unix the search order to determine this directory is: | |
# | |
# 1. System property jdk.net.unixdomain.tmpdir | |
# | |
# 2. Networking property jdk.net.unixdomain.tmpdir specified | |
# in this file (effective default) | |
# | |
# 3. System property java.io.tmpdir | |
# | |
jdk.net.unixdomain.tmpdir=/tmp |