isle/tasks/v0.0.3/code/audit-http-socket-dirs.md

18 lines
385 B
Markdown
Raw Normal View History

---
type: task
---
# Audit HTTP Socket Directory Search Options
We are currently searching these directories for the first writeable one, within
which to create the socket file:
- /tmp
- /run
- /var/run
- /dev/shm
It would be ideal to not default to `/tmp`, but it seems that some of the others
aren't necessarily available always, or aren't readable/writeable by the `isle`
user.