#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] && exit 0
/etc/init.d/prometheus-node-exporter-lua restart
exit 0
