t2-stat-parser/app/t2-stat-parser/parser-daemon.sh
2020-03-15 14:47:48 -04:00

9 lines
No EOL
179 B
Bash
Executable file

#!/bin/sh
echo "T2 Stat Parser Running...";
# Run this initially, then we'll execute this on a schedule
./start.sh
# Keep container running with the cron schedule
crond -l 2 -f