From d4e9ea00b90c5add5637b60f39a81c597f76cf44 Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Thu, 18 Apr 2013 20:32:40 +0200 Subject: [PATCH] src/neutrino.cpp: execute rcK on restart Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/f4f5e4cbe6a539b3f1312f1dfbde3e8a022f2e77 Author: Jacek Jendrzej Date: 2013-04-18 (Thu, 18 Apr 2013) --- src/neutrino.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index 26c5af5df..0958ec7c3 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -3045,6 +3045,7 @@ void CNeutrinoApp::ExitRun(const bool /*write_si*/, int retcode) } } else { delete g_RCInput; + my_system("/etc/init.d/rcK"); //fan speed if (g_info.has_fan) { CFanControlNotifier::setSpeed(0);