Termux:Boot

Termux:Boot

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

Tarek Sander Development

Description

This plugin for https://f-droid.org/packages/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

Versions

Version Date Size Requires Android Download
0.8.1 current
6f7cf9b94f539d3e…
2024-06-26 25 KB API 21
0.8.0
afce96ce5b813bd8…
2024-04-20 25 KB API 21
0.7
35cae49192d07315…
2019-09-28 9.5 KB API 21

Permissions

What the app asks the system for. Android only grants sensitive access after you confirm it.

  • Run at startupStart automatically after the device is switched on.
  • Prevent sleepingKeep the device from going to sleep.

Comments