Skip to content

Commit

Permalink
Run expire_all_dns_records on SIGUSR2
Browse files Browse the repository at this point in the history
  • Loading branch information
frsk committed Jan 6, 2015
1 parent ea0d149 commit 5112d35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/passivedns.c
Expand Up @@ -1158,6 +1158,7 @@ int main(int argc, char *argv[])
signal(SIGALRM, sig_alarm_handler);
signal(SIGHUP, reopen_log_files);
signal(SIGUSR1, print_pdns_stats);
signal(SIGUSR2, expire_all_dns_records);

#define ARGS "i:r:c:nyYjJl:L:d:hb:Dp:C:P:S:f:X:u:g:T:V"

Expand Down

0 comments on commit 5112d35

Please sign in to comment.