mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
src/neutrino.cpp: execute rcK on restart
This commit is contained in:
committed by
[CST] Focus
parent
c7d498f434
commit
f4f5e4cbe6
@@ -3045,6 +3045,7 @@ void CNeutrinoApp::ExitRun(const bool /*write_si*/, int retcode)
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
delete g_RCInput;
|
delete g_RCInput;
|
||||||
|
my_system("/etc/init.d/rcK");
|
||||||
//fan speed
|
//fan speed
|
||||||
if (g_info.has_fan) {
|
if (g_info.has_fan) {
|
||||||
CFanControlNotifier::setSpeed(0);
|
CFanControlNotifier::setSpeed(0);
|
||||||
|
Reference in New Issue
Block a user