diff options
author | EuAndreh <eu@euandre.org> | 2024-03-01 16:13:17 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-03-01 16:13:17 -0300 |
commit | 2e1637da2de39c6a20aca9d6b63dc6712d06fa24 (patch) | |
tree | b2561138cdb972eedd98cfb442f2f457163954f2 | |
parent | Setup user-level lighttpd reverse proxy for development and testing (diff) | |
download | papod-2e1637da2de39c6a20aca9d6b63dc6712d06fa24.tar.gz papod-2e1637da2de39c6a20aca9d6b63dc6712d06fa24.tar.xz |
Makefile: Let the application recreate its pipes and sockets
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,6 +60,7 @@ side-assets = \ lighttpd.sock \ ircd.sock \ web.sock \ + web.pipe \ @@ -140,7 +141,6 @@ run-ircd: all ./src/bin.mjs ircd ircd.sock run-web: all - rm -f web.sock ./src/bin.mjs web web.sock run-proxy: all |