src/neutrino.cpp: execute rcK on restart

Origin commit data
------------------
Commit: f4f5e4cbe6
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-04-18 (Thu, 18 Apr 2013)
This commit is contained in:
Jacek Jendrzej
2013-04-18 20:32:40 +02:00
committed by [CST] Focus
parent 3a51cb4af7
commit d4e9ea00b9

View File

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