Commit dccf60f
Ensure user socket directory exists before starting PHP service
FrankenPHP fails with "bind: no such file or directory" when the
~/.fastcp/run/ directory doesn't exist. The systemd code paths in
generateCaddyfile() and generateUserCaddyfile() started the service
without creating the directory first.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent eb16ae5 commit dccf60f
1 file changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
876 | 876 | | |
877 | 877 | | |
878 | 878 | | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
| 888 | + | |
| 889 | + | |
| 890 | + | |
| 891 | + | |
879 | 892 | | |
880 | 893 | | |
881 | 894 | | |
| |||
1100 | 1113 | | |
1101 | 1114 | | |
1102 | 1115 | | |
| 1116 | + | |
1103 | 1117 | | |
1104 | 1118 | | |
1105 | 1119 | | |
| |||
1372 | 1386 | | |
1373 | 1387 | | |
1374 | 1388 | | |
| 1389 | + | |
1375 | 1390 | | |
1376 | 1391 | | |
1377 | 1392 | | |
| |||
0 commit comments