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).
reviewable/pr8057/r2
NiLuJe 3 years ago
parent ba6fef4d7b
commit 0acf1a2b29

@ -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

Loading…
Cancel
Save