#!/bin/sh

if [ ! -e /var/run/configd.pid ]; then
	echo "configd not running!"
	exit 1
fi

exec /usr/local/opnsense/service/configd_ctl.py "${@}"
