#!/bin/sh # Default logs to syslog with facility DAEMON # man cgrulesengd for options list and descriptions. [ -r conf ] && . ./conf cgconfigparser ${PARSEOPTS:=-l /etc/cgconfig.conf} exec cgrulesengd ${OPTS:=-s} -g cgred --nodaemon 2>&1