Merge "ast_coredumper: Add ability to use directory other than /tmp"

This commit is contained in:
Joshua Colp
2017-11-16 15:44:23 -06:00
committed by Gerrit Code Review
2 changed files with 109 additions and 53 deletions

View File

@@ -20,6 +20,12 @@
# anyway.
COREDUMPS=(/tmp/core[-._]asterisk!(*.txt) /tmp/core[-._]$(hostname)!(*.txt))
# The directory to contain output files and work directories.
# For output from existing core files, the default is the
# directory that the core file is found in. For core files
# produced from a running process, the default is /tmp.
OUTPUTDIR=/some/directory
# Date command for the "running" coredump and tarballs.
# DATEFORMAT will be executed to get the timestamp.
# Don't put quotes around the format string or they'll be