GitXplorerGitXplorer
t

termux-services

public
332 stars
40 forks
8 issues

Commits

List of commits on branch master.
Verified
57bec04644f6fb12f5ceaa1dc5116bca4639fee3

Makefile: respect DESTDIR

GGrimler91 committed 3 years ago
Unverified
3648384e1649dc646b800e22d28f0319319d83f0

service-daemon: use runit package instead of busybox implementation

GGrimler91 committed 5 years ago
Unverified
fa7da0e56c9ba44df9711039a30c0d615262b824

Fix permission denied for start-stop-daemon

bbirros committed 5 years ago
Unverified
d14da8cc5f3bbf87ead49e5228cb5ee259cd5238

Fix typo in Makefile

GGrimler91 committed 5 years ago
Unverified
a981ecde3e90b66b3ed19f045d6e7f76847363c7

Update README to document sv-enable and sv-disable

GGrimler91 committed 5 years ago
Unverified
0a2dfbe89de91a459bd29bdda6d901abec8d9b8c

Remove example scripts now that we are packaging termux-services

GGrimler91 committed 5 years ago

README

The README file for this repository.

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