#!/bin/sh

# wrapper for restarting
while true; do
	/config/bin/counter/counter_trigger
	sleep 10
done

