Thus possibly preventing e.g. ctnetlink from overruns on busy sites. TODO: make this conditional Signed-off-by: Holger Eitzenberger <holger@xxxxxxxxxxxxxxxx> Index: ulogd-netfilter/src/ulogd.c =================================================================== --- ulogd-netfilter.orig/src/ulogd.c +++ ulogd-netfilter/src/ulogd.c @@ -1004,6 +1004,8 @@ main(int argc, char* argv[]) } } + nice(-1); + if (daemonize){ if (fork()) { exit(0); -- - To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html