#!/bin/sh

# wrapper for restarting
while true; do
	/config/bin/modbus/modbus-logbuf 2502
	sleep 10
done

