Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/termux/termux-services

Scripts to handle services in termux.
https://github.com/termux/termux-services

Last synced: about 2 months ago
JSON representation

Scripts to handle services in termux.

Awesome Lists containing this project

README

        

# 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 `, or just start it with `sv up `
4. Check the log content of `$PREFIX/var/log/sv//current` in case there are problems

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