From a8decd10f76476bc1636da58bf8d848569818b82 Mon Sep 17 00:00:00 2001 From: Florian Bauer Date: Thu, 24 Oct 2024 20:31:14 +0200 Subject: [PATCH] fix: increase systemd service NICEness Signed-off-by: Florian Bauer --- init/bird-flowspec-daemon.service | 1 + 1 file changed, 1 insertion(+) diff --git a/init/bird-flowspec-daemon.service b/init/bird-flowspec-daemon.service index 9e2f119..d9b1355 100644 --- a/init/bird-flowspec-daemon.service +++ b/init/bird-flowspec-daemon.service @@ -11,6 +11,7 @@ EnvironmentFile=-/etc/default/bird-flowspec-daemon ExecStart=/usr/bin/bird-flowspec-daemon $ARGS ExecReload=/bin/kill -HUP $MAINPID TimeoutStopSec=10s +Nice=-10 [Install] WantedBy=multi-user.target