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

Created service no autotun

Open ghost opened this issue 1 year ago • 3 comments

No autorun service after reboot ( if no login in bash once )

Use ssh local server, connect other phone port xray local network.

Example. exec xray -c config.json run

ghost avatar Oct 18 '24 01:10 ghost

Try to supply absolute path to your config.json file. Also make sure to run termux-wake-lock before exec line.

Also I would suggest to try running your script via Termux:Widget to see whether it can start without interactive shell session at all.

sylirre avatar Oct 18 '24 18:10 sylirre

fix. add in script autorun - tmux new-session -d

ghost avatar Oct 26 '24 02:10 ghost

No autorun service after reboot ( if no login in bash once )

Use ssh local server, connect other phone port xray local network.

Example. exec xray -c config.json run

adblock25 avatar Dec 15 '24 10:12 adblock25