diff --git a/src/sysutil_video.cpp b/src/sysutil_video.cpp index f65f02f..428cf39 100644 --- a/src/sysutil_video.cpp +++ b/src/sysutil_video.cpp @@ -423,6 +423,7 @@ void start_qopenhd_if_needed() { if (!run_cmd("systemctl start qopenhd.service")) { std::cerr << "Failed to start qopenhd.service" << std::endl; } + run_cmd("systemctl stop getty@tty1.service"); } } // namespace