termux-services icon indicating copy to clipboard operation
termux-services copied to clipboard

Scripts to handle services in termux.

Results 7 termux-services issues
Sort by recently updated
recently updated
newest added

The README and termux wiki sometime too complicated for an user like me. Given hours of read the upsteam docs and the source code itself. I add some details to...

"-u" tests for SUID bit, not really useful here. "-z" (empty) is way more useful. If "-u" is really useful, "-z" should also be added.

is there any way to list all jobs and their status since `ps` only show two process without root?

I'm already using `sv-enable sshd` to keep ssh running in the background. This works fine for a couple of hours but will fail after a longer period of time. I've...

On lineageos17.1 After install and restart and command ``` sv-enable tor ``` I get: ``` fail: tor: runsv not running ```

bug

OkcAgent runs a daemon and set $SSH_AUTH_SOCK to use openkeychain. command to up service ```bash $PREFIX/bin/okc-ssh-agent $PREFIX/var/run/okc-ssh-agent.sock > /dev/null 2>&1 & echo $! > $PREFIX/var/run/okc-ssh-agent.pid export SSH_AUTH_SOCK=$PREFIX/var/run/okc-ssh-agent.sock ``` command to...

https://github.com/john-peterson/termux-services/pull/new/args allow multiple arguments i had to disable all ~~~ sv-disable $(ls $SVDIR) ~~~ # add enable/disable to runit this demonstrates that disable is necessary down is only temporary ~~~...