New post_crash_dump_hook
Run it from crash_dump(). Useful to move core files out of the way, alert deities by e-mail, and so forth.
This commit is contained in:
parent
dd0737f8e7
commit
f63401329d
5 changed files with 7 additions and 2 deletions
|
@ -44,6 +44,8 @@ char *privlog = "careless@invalid";
|
|||
/* Divine hosts and networks */
|
||||
char *privip = "127.0.0.1 ::1 ::ffff:127.0.0.1";
|
||||
|
||||
char *post_crash_dump_hook = "";
|
||||
|
||||
char *disabled_commands = "";
|
||||
|
||||
int keep_journal = 0; /* journal log file enabled */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue