diff options
author | Christian Grothoff <christian@grothoff.org> | 2010-03-12 17:09:36 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2010-03-12 17:09:36 +0000 |
commit | 81b31b0577c1c4e3ddfc736f65d3329b5afad1a9 (patch) | |
tree | 5aab336a58f87f1729ad0f26ecfc91b4f7256049 /contrib | |
parent | ce5766138d2e443b8d13bdc5d5134a1a78745cab (diff) |
fixes
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/defaults.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/defaults.conf b/contrib/defaults.conf index d469bf2a8..07bea3732 100644 --- a/contrib/defaults.conf +++ b/contrib/defaults.conf @@ -32,7 +32,7 @@ ACCEPT_FROM = 127.0.0.1; ACCEPT_FROM6 = ::1; ALLOW_SHUTDOWN = YES DEFAULTSERVICES = resolver transport core topology hostlist -GLOBAL_POSTFIX = -l $SERVICEHOME/{}-logs +#GLOBAL_POSTFIX = -l $SERVICEHOME/{}-logs # GLOBAL_PREFIX = # USERNAME = # MAXBUF = @@ -132,6 +132,7 @@ ALLOW_SHUTDOWN = YES # quotas are in bytes per second now! TOTAL_QUOTA_IN = 65536 TOTAL_QUOTA_OUT = 65536 +DEBUG = YES # USERNAME = # MAXBUF = # TIMEOUT = |