From 2e1637da2de39c6a20aca9d6b63dc6712d06fa24 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 1 Mar 2024 16:13:17 -0300 Subject: Makefile: Let the application recreate its pipes and sockets --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fce3ce3..03fbb0d 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3