elastic-recheck/data/cron/er-safe-run.sh

6 lines
170 B
Bash
Executable File

#!/bin/sh
# Timeout after 4 hours as we've seen this script occasionally fail to
# exit after running for days.
flock /var/run/er-safe-run.lock timeout -s KILL 14400 $@