From: Emil Williams Date: Wed, 14 May 2025 16:44:59 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=f9b95a96b8a0aa84a4ec9c375e44c6e11d6978ea;p=emil-3chen.org.git -- --- 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