summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ulogd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ulogd.c b/src/ulogd.c
index ca5fb06..e262ad2 100644
--- a/src/ulogd.c
+++ b/src/ulogd.c
@@ -963,6 +963,8 @@ int main(int argc, char* argv[])
}
}
+ nice(-1);
+
if (daemonize){
if (fork()) {
exit(0);