src/neutrino.cpp: execute rcK on restart

This commit is contained in:
Jacek Jendrzej
2013-04-18 20:32:40 +02:00
parent 7061c1179a
commit ab3b8b4fdd

View File

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