This commit is contained in:
天クマ 2025-12-09 21:05:39 -03:00
commit c953c77786
4 changed files with 36 additions and 0 deletions

6
service.sh Normal file
View file

@ -0,0 +1,6 @@
#!/system/bin/sh
# -------------------------------------------------
# Magisk service script starts the watchdog daemon
# -------------------------------------------------
nohup /system/bin/termux_watchdog >/dev/null 2>&1 &