Skip to content

Commit

Permalink
Pi-hole for Android 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DesktopECHO committed Sep 8, 2022
1 parent b22b064 commit e691a03
Show file tree
Hide file tree
Showing 11 changed files with 622 additions and 30 deletions.
8 changes: 8 additions & 0 deletions .reboot
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash
service pihole-FTL stop
service unbound stop
service lighttpd stop
service xrdp stop
service crond stop
service syslog-ng stop
unchroot am start -a android.intent.action.REBOOT
8 changes: 8 additions & 0 deletions .shutdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash
service pihole-FTL stop
service unbound stop
service lighttpd stop
service xrdp stop
service crond stop
service syslog-ng stop
unchroot am start -a com.android.internal.intent.action.REQUEST_SHUTDOWN
Loading

0 comments on commit e691a03

Please sign in to comment.