Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/termux/termux-services
Scripts to handle services in termux.
https://github.com/termux/termux-services
Last synced: 5 days ago
JSON representation
Scripts to handle services in termux.
- Host: GitHub
- URL: https://github.com/termux/termux-services
- Owner: termux
- License: gpl-3.0
- Created: 2019-08-11T19:26:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-27T19:57:13.000Z (9 months ago)
- Last Synced: 2024-10-29T20:56:22.646Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 28.3 KB
- Stars: 311
- Watchers: 14
- Forks: 39
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- stars - termux/termux-services
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 problemsYou 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.