All Projects → termux → Termux Services

termux / Termux Services

Licence: gpl-3.0
Scripts to handle services in termux.

Programming Languages

shell
77523 projects

How to run services with runit on Termux

  1. Install termux-services with pkg install termux-services
  2. Restart your shell so that the service-daemon is started
  3. Enable a service by running sv-enable <service>, or just start it with sv up <service>
  4. Check the log content of $PREFIX/var/log/sv/<service>/current in case there are problems

You can also stop services with sv down <service>, or disable them with sv-disable <service> A service is disabled if $PREFIX/var/service/<service>/down exists, so the sv-enable and sv-disable scripts touches, or removes, this file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].