Kill the RMSDK, too. (#6179)

It's a big pile 'o RAM we could use.
Plus, it might be causing bad interactions with DRM if we keep it around.
reviewable/pr6182/r1
NiLuJe 4 years ago committed by GitHub
parent 3a4b5d3cab
commit 799a68ef59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -110,7 +110,7 @@ if [ "${VIA_NICKEL}" = "true" ]; then
sync
# And we can now stop the full Kobo software stack
# NOTE: We don't need to kill KFMon, it's smart enough not to allow running anything else while we're up
killall -TERM nickel hindenburg sickel fickel fmon 2>/dev/null
killall -TERM nickel hindenburg sickel fickel adobehost fmon 2>/dev/null
fi
# fallback for old fmon, KFMon and advboot users (-> if no args were passed to the script, start the FM)

Loading…
Cancel
Save