Termux:Boot icon

Termux:Boot for Android

0.8.0 GPL-3.0-only

Add-on for Termux allowing programs to be run at boot

Download APK (25.4 KB)
Donate

Version
0.8.0 (8)
Update
Developer
Category
Development
License
GPL-3.0-only
Source Code
Code Repository

Termux:Boot app

Termux:Boot is Development tool that is open source under the GPL-3.0-only license. This plugin for https://www.openapk.net/termux/com.termux/ allows programs to be run at boot.

Instructions:

* Start the Termux:Boot app once by clicking on its launcher icon.
* This allow the app to be run at boot.
* Create the ~/.termux/boot/ directory.
* Put scripts you want to execute inside the ~/.termux/boot/ directory.
* If there are multiple files, they will be executed in a sorted order.

Note that you may want to run termux-wake-lock as first thing want to ensure
that the device is prevented from sleeping.

Example: To start an sshd server and prevent the device from sleeping at boot,
create the a file ~/.termux/boot/start-sshd containing the line:

termux-wake-lock && sshd

Old Versions