mirror of
https://github.com/outbackdingo/builder.git
synced 2026-01-27 18:18:27 +00:00
Enabling resetd and Majestic control on all T23 devices
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user