Skip to content

Commit

Permalink
rayhunter_daemon: use updated rayhunter binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
wgreenberg committed Feb 13, 2024
1 parent d8879c3 commit dbd6063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rayhunter_daemon
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ case "$1" in
start)
echo -n "Starting rayhunter: "
start-stop-daemon -S -b --make-pidfile --pidfile /tmp/rayhunter.pid \
--startas /bin/bash -- -c "exec /data/rayhunter/rayhunter /data/rayhunter/config.toml > /data/rayhunter/rayhunter.log 2>&1"
--startas /bin/bash -- -c "exec /data/rayhunter/rayhunter-daemon /data/rayhunter/config.toml > /data/rayhunter/rayhunter.log 2>&1"
echo "done"
;;
stop)
Expand Down

0 comments on commit dbd6063

Please sign in to comment.