summaryrefslogtreecommitdiffstats
path: root/src/Daemon/abrt.conf
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-06-22 18:19:40 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-06-22 18:19:40 +0200
commiteb711bccbd0b436269157858b62e1fbe7edab651 (patch)
tree2f265f17b30e8089637c5bb9df15d7b2df04823b /src/Daemon/abrt.conf
parentaf82f994e39c60ee3c770ce8a724d5132161d24f (diff)
downloadabrt-eb711bccbd0b436269157858b62e1fbe7edab651.tar.gz
abrt-eb711bccbd0b436269157858b62e1fbe7edab651.tar.xz
abrt-eb711bccbd0b436269157858b62e1fbe7edab651.zip
added WatchCrashdumpArchiveDir directive to abrt.conf and related code
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Daemon/abrt.conf')
-rw-r--r--src/Daemon/abrt.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Daemon/abrt.conf b/src/Daemon/abrt.conf
index 1bed49ca..6a70b820 100644
--- a/src/Daemon/abrt.conf
+++ b/src/Daemon/abrt.conf
@@ -12,6 +12,11 @@ ProcessUnpackaged = no
BlackListedPaths = /usr/share/doc/*, */example*
# Which database plugin to use
Database = SQLite3
+# Enable this if you want abrtd to auto-unpack crashdump tarballs which appear
+# in this directory (for example, uploaded via ftp, scp etc).
+# Note: you must ensure that whatever directory you specify here exists
+# and is writable for abrtd. abrtd will not create it automatically.
+#WatchCrashdumpArchiveDir = /var/spool/abrt-upload
# Max size for crash storage [MiB]
MaxCrashReportsSize = 1000
# Vector of actions and reporters which are activated immediately