-
Notifications
You must be signed in to change notification settings - Fork 72
Closed
Labels
questionFurther information is requestedFurther information is requested
Milestone
Description
parsec/src/front/domain_socket.rs
Line 22 in b5e4760
| static SOCKET_PATH: &str = "/tmp/parsec/parsec.sock"; |
/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?
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested