"example.com" unix_listener: cannot bind to path /dev/shm/control:example.com:user.qlX4uqnRnPKKGzII: No such file or directory
For macOS, however, this is to be expected as there wouldn't be any '/dev/shm' to speak of. This should be a simple matter of using /tmp instead, based on the operating system.
Example error message:
For macOS, however, this is to be expected as there wouldn't be any '/dev/shm' to speak of. This should be a simple matter of using
/tmp
instead, based on the operating system.