From f9b95a96b8a0aa84a4ec9c375e44c6e11d6978ea Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Wed, 14 May 2025 10:44:59 -0600 Subject: [PATCH] -- --- scripts/daemon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/daemon b/scripts/daemon index 6cde54f..2c26eff 100755 --- a/scripts/daemon +++ b/scripts/daemon @@ -8,6 +8,6 @@ if [ -e ./run/pid ]; then echo stopping $pids kill $pids fi - rm ./run/pid ./run/socket + rm ./run/pid fi -spawn-fcgi -P ./run/pid -s ./run/socket -u $u -U $u -- ./ixtab +spawn-fcgi -P ./run/pid -a 127.0.0.1 -p 8888 -u $u -U $u -- ./ixtab -- 2.39.5