Closed
Description
Would it be feasible to have Parsec create the /tmp/parsec
directory when it starts, if it doesn't already exist?
If the user that Parsec runs as is already part of parsec-clients
, then I think it should just need to execute:
mkdir /tmp/parsec
chown :parsec-clients /tmp/parsec
chmod 750 /tmp/parsec