#!/bin/sh
exec 2>&1
[ -r conf ] && . ./conf
exec pbbuttonsd --configfile=${CONF:=/etc/pbbuttonsd.cnf} ${OPTS}
