Add log rotation on SIGHUP

This commit is contained in:
Ian Gulliver
2016-03-07 16:14:35 -08:00
parent ff4f4da608
commit 602c6f729b
3 changed files with 35 additions and 0 deletions

View File

@@ -194,6 +194,8 @@ int main(int argc, char *argv[]) {
wakeup_init();
peer_init();
log_init2();
receive_init();
send_init();