#!/bin/sh

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

