Closed
Description
parsec/src/front/domain_socket.rs
Line 22 in b5e4760
/tmp/parsec/parsec.sock
.However, according to the Filesystem Hierarchy Standard v2.3, the correct location for pid files and socket files is
/var/run/
(System programs that maintain transient UNIX-domain sockets must place them in this directory.
), with possibly an application-level folder if it has multiple files.
Could this perhaps get fixed, and maybe made configurable?