Skip to content

Socket file location is not according to FHS #250

Closed
@puiterwijk

Description

@puiterwijk

static SOCKET_PATH: &str = "/tmp/parsec/parsec.sock";
specifies the socket to be in /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

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions