diff --git a/src/driver/lcd4l.cpp b/src/driver/lcd4l.cpp index de6b682c2..77c47fafa 100644 --- a/src/driver/lcd4l.cpp +++ b/src/driver/lcd4l.cpp @@ -832,13 +832,7 @@ void CLCD4l::ParseInfo(uint64_t parseID, bool newID, bool firstRun) m_Layout = Layout; if (!firstRun) - { - const char *buf = "service lcd4linux reload"; - - //printf("[CLCD4l] %s: executing '%s'\n", __FUNCTION__, buf); - if (my_system(3, "service", "lcd4linux", "reload") != 0) - printf("[CLCD4l] %s: executing '%s' failed\n", __FUNCTION__, buf); - } + exec_initscript("lcd4linux", "reload"); } }