#!/bin/sh
[ -r conf ] && . ./conf
exec acpid -f ${OPTS:=-l}
