From 8ca7dc7947e4f93936fab3e07930c45c8768e86b 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 ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/ab3b8b4fdd4d078ab88c28dfb002f29d0ae1ae0f Author: Jacek Jendrzej Date: 2013-04-18 (Thu, 18 Apr 2013) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/neutrino.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index 5fe846e98..98112ebea 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -3043,6 +3043,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);