mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Kill NanoClock on startup
It's not terribly useful for us, as we already provide similar functionaility. (It'll be restarted automatically when nickel restarts).
This commit is contained in:
@@ -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 foxitpdf iink dhcpcd-dbus dhcpcd fmon
|
||||
killall -q -TERM nickel hindenburg sickel fickel adobehost foxitpdf iink dhcpcd-dbus dhcpcd fmon nanoclock.lua
|
||||
|
||||
# Wait for Nickel to die... (oh, procps with killall -w, how I miss you...)
|
||||
kill_timeout=0
|
||||
|
||||
Reference in New Issue
Block a user