Files
util.nix/package/sentinèlla/probe.sh
2025-10-11 14:56:25 +00:00

7 lines
145 B
Bash

#!/usr/bin/env dash
socat -V >/dev/null
dash -c 'echo ok' >/dev/null
socat -T5 -t5 TCP-LISTEN:"${PORT:-5988}",reuseaddr,fork EXEC:"probe-loop"