#!/bin/bash # Simple healthcheck - check if the FTS process is running pgrep -f "FreeTAKServer" > /dev/null exit $?