Commit ff2d7d6669bec58d700fc0579088f81c3f14cd01
1 parent
a46b9f3200
Exists in
master
Moved flashy.sock to /run/
Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff
flashy.ini
View file @
ff2d7d6
... | ... | @@ -15,7 +15,7 @@ |
15 | 15 | # maximum number of worker processes |
16 | 16 | processes = 10 |
17 | 17 | # the socket (use the full path to be safe |
18 | -socket = /srv/flashy-backend/flashy.sock | |
18 | +socket = /run/flashy.sock | |
19 | 19 | # ... with appropriate permissions - may be needed |
20 | 20 | # chmod-socket = 664 |
21 | 21 | # clear environment on exit |