#!/bin/sh
exec 2>&1
sv check dbus >/dev/null || exit 1
[ -r conf ] && . ./conf
exec firewalld --nofork --nopid ${FIREWALLD_ARGS}
