#!/bin/sh
[ -r conf ] && . ./conf
install -d -m0755 /run/irqbalance
exec irqbalance -f ${IRQBALANCE_OPTS}
