#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
	/etc/init.d/iot-guard enable
	/etc/init.d/iot-guard start
}
exit 0
