From 94b0e974e10ae4765a7b4718cec279b16fa70252 Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Mon, 14 Jun 2021 15:40:04 +0200 Subject: [PATCH] Kobo: Kill new stuff from FW 4.28 on startup --- platform/kobo/koreader.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/kobo/koreader.sh b/platform/kobo/koreader.sh index a41503162..be92ac95b 100755 --- a/platform/kobo/koreader.sh +++ b/platform/kobo/koreader.sh @@ -183,7 +183,7 @@ if [ "${VIA_NICKEL}" = "true" ]; then # as we want to be able to use our own per-if processes w/ custom args later on. # A SIGTERM does not break anything, it'll just prevent automatic lease renewal until the time # KOReader actually sets the if up itself (i.e., it'll do)... - killall -q -TERM nickel hindenburg sickel fickel adobehost dhcpcd-dbus dhcpcd fmon + killall -q -TERM nickel hindenburg sickel fickel adobehost foxitpdf iink dhcpcd-dbus dhcpcd fmon # Wait for Nickel to die... (oh, procps with killall -w, how I miss you...) kill_timeout=0