update readme and scirpts

This commit is contained in:
Cooper Quintin
2024-01-05 16:44:19 -08:00
parent 7a6a61744b
commit 1b07e3bfeb
3 changed files with 33 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ case "$1" in
start)
echo -n "Starting wavehunter: "
start-stop-daemon -S -b --make-pidfile --pidfile /tmp/wavehunter.pid \
--startas /bin/bash -- -c "exec /data/wavehunter/wavehunter > /data/wavehunter/wavehunter.log 2>&1"
--startas /bin/bash -- -c "exec /data/wavehunter/wavehunter /data/wavehunter/config.toml > /data/wavehunter/wavehunter.log 2>&1"
echo "done"
;;
stop)