Skip to content

my-software-tools/termux-services

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run services with runit on Termux

  1. Run make install
  2. Restart your Shell
  3. Start a service with sv up <servicename>. For example sv up crond
  4. To have a service start automatically, run sv-enable <service>

You can also stop services with sv down <service>

About

How to run services with runit on Termux

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Shell 91.4%
  • Makefile 8.6%