From 934eea8e4fed75f0b651c4b47c517c742230db36 Mon Sep 17 00:00:00 2001 From: "Ystinia Zalatova (from Futurae PC)" Date: Sun, 24 Aug 2025 21:43:44 +0100 Subject: [PATCH] Enabling resetd and Majestic control on all T23 devices --- devices/t23_lite_jooan-a6m-u/general/overlay/etc/rc.local | 4 ++-- devices/t23_lite_jooan-q3r-u/general/overlay/etc/rc.local | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devices/t23_lite_jooan-a6m-u/general/overlay/etc/rc.local b/devices/t23_lite_jooan-a6m-u/general/overlay/etc/rc.local index 467c5a1..6b14b7d 100755 --- a/devices/t23_lite_jooan-a6m-u/general/overlay/etc/rc.local +++ b/devices/t23_lite_jooan-a6m-u/general/overlay/etc/rc.local @@ -12,9 +12,9 @@ # By default this script does nothing. -#(resetd.sh >/dev/null 2>&1) & +(resetd.sh >/dev/null 2>&1) & # -#(while true; do sleep 30; checker=$(pidof majestic); if [[ -z $checker ]]; then /etc/init.d/S95majestic start; fi; done) & +(while true; do sleep 30; checker=$(pidof majestic); if [[ -z $checker ]]; then /etc/init.d/S95majestic start; fi; done) & exit 0 diff --git a/devices/t23_lite_jooan-q3r-u/general/overlay/etc/rc.local b/devices/t23_lite_jooan-q3r-u/general/overlay/etc/rc.local index 467c5a1..6b14b7d 100755 --- a/devices/t23_lite_jooan-q3r-u/general/overlay/etc/rc.local +++ b/devices/t23_lite_jooan-q3r-u/general/overlay/etc/rc.local @@ -12,9 +12,9 @@ # By default this script does nothing. -#(resetd.sh >/dev/null 2>&1) & +(resetd.sh >/dev/null 2>&1) & # -#(while true; do sleep 30; checker=$(pidof majestic); if [[ -z $checker ]]; then /etc/init.d/S95majestic start; fi; done) & +(while true; do sleep 30; checker=$(pidof majestic); if [[ -z $checker ]]; then /etc/init.d/S95majestic start; fi; done) & exit 0