4 |
- |
1 |
# Enable this if you want abrtd to auto-unpack crashdump tarballs which appear
|
|
|
2 |
# in this directory (for example, uploaded via ftp, scp etc).
|
|
|
3 |
# Note: you must ensure that whatever directory you specify here exists
|
|
|
4 |
# and is writable for abrtd. abrtd will not create it automatically.
|
|
|
5 |
#
|
|
|
6 |
#WatchCrashdumpArchiveDir = /var/spool/abrt-upload
|
|
|
7 |
|
|
|
8 |
# Max size for crash storage [MiB] or 0 for unlimited
|
|
|
9 |
#
|
|
|
10 |
MaxCrashReportsSize = 1000
|
|
|
11 |
|
|
|
12 |
# Specify where you want to store coredumps and all files which are needed for
|
|
|
13 |
# reporting. (default:/var/spool/abrt)
|
|
|
14 |
#
|
|
|
15 |
# Changing dump location could cause problems with SELinux. See man abrt_selinux(8).
|
|
|
16 |
#
|
|
|
17 |
#DumpLocation = /var/spool/abrt
|
|
|
18 |
|
|
|
19 |
# If you want to automatically clean the upload directory you have to tweak the
|
|
|
20 |
# selinux policy.
|
|
|
21 |
#
|
|
|
22 |
DeleteUploaded = no
|