#!/bin/sh
[ -r conf ] && . ./conf
: "${OPTS:=-ss}"
# shellcheck disable=SC2086
exec /usr/sbin/syslogd -F $OPTS 2>&1
