#!/bin/sh
[ -r conf ] && . ./conf
# shellcheck disable=SC2086
exec /sbin/pflogd -D ${OPTS} >/dev/null 2>&1
