Initial.
This commit is contained in:
commit
c953c77786
4 changed files with 36 additions and 0 deletions
6
service.sh
Normal file
6
service.sh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/system/bin/sh
|
||||
# -------------------------------------------------
|
||||
# Magisk service script – starts the watchdog daemon
|
||||
# -------------------------------------------------
|
||||
|
||||
nohup /system/bin/termux_watchdog >/dev/null 2>&1 &
|
||||
Loading…
Add table
Add a link
Reference in a new issue