Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Move socket file to temporary directory
Since the socket file is meant to be local machine only, putting it on a network share can fail. In a multi-user environment, the user's home direcotry could easily be on a network disk. In most cases, the temp directory will be on local disk.
- Loading branch information