#!/bin/sh
set -e
[ -r conf ] && . ./conf
exec /usr/bin/circadian ${OPTS}
