How to run services with runit on Termux Run make install Restart your Shell Start a service with sv up <servicename>. For example sv up crond To have a service start automatically, run sv-enable <service> You can also stop services with sv down <service>