Files
hydra/foreman/start-notify.sh
2025-09-07 22:48:40 -04:00

9 lines
192 B
Bash
Executable File

#!/bin/sh
export PATH=$(pwd)/src/script:$PATH
# wait for hydra-server to listen
while ! nc -z localhost 63333; do sleep 1; done
HYDRA_CONFIG=$(pwd)/.hydra-data/hydra.conf exec hydra-notify