- Install termux-services with
pkg install termux-services - Restart your shell so that the service-daemon is started
- Enable a service by running
sv-enable <service>, or just start it withsv up <service> - Check the log content of
$PREFIX/var/log/sv/<service>/currentin 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.