summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/init.d/cgred4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/init.d/cgred b/scripts/init.d/cgred
index f0eebc4..bdd7979 100644
--- a/scripts/init.d/cgred
+++ b/scripts/init.d/cgred
@@ -48,8 +48,8 @@ CGRED_BIN=${exec_prefix}/${bindir}/cgrulesengd
. /lib/lsb/init-functions
# Read in configuration options.
-if [ -f "/etc/cgred.d/cgred.conf" ] ; then
- . /etc/cgred.d/cgred.conf
+if [ -f "/etc/sysconfig/cgred.conf" ] ; then
+ . /etc/sysconfig/cgred.conf
OPTIONS="$NODAEMON $LOG"
if [ -n "$LOG_FILE" ]; then
OPTIONS="$OPTIONS --log-file=$LOG_FILE"