Enabling resetd and Majestic control on all T23 devices

This commit is contained in:
Ystinia Zalatova (from Futurae PC)
2025-08-24 21:43:44 +01:00
parent d508523872
commit 934eea8e4f
2 changed files with 4 additions and 4 deletions

View File

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

View File

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