-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help with Termux boot #71
Comments
Does the service script work when not run through termux-boot? What does |
|
Probably needs to be Setup a log service for it as well and see if you get any warnings/errors, you can probably use the svlogger script, so just create a symlink as done here. |
I use this mkdir -p $PREFIX/var/service/syncthing/log
ln -sf $PREFIX/share/termux-services/svlogger $PREFIX/var/service/syncthing/log/run in
I'm brand new to Termux |
Looks like syncthing is running fine in that log? You should probably check |
But I can't run syncthing when my phone starts up |
Check with |
Have you enabled AutoStart? |
Yes.
I added Syncthing is not working I uploaded the log again |
hi
i would like syncthing to start it at startup. I have tried to do it as the documentation said
here
But it doesn't work
Things I've made sure to do:
chmod u+x ~/.termux/boot/start-syncthing
&chmod u+x $PREFIX/var/service/syncthing/run
i would then create an executable script at $PREFIX/var/service/syncthing/run with the content
Create the ~/.termux/boot/ directory.
Put
start-syncthing
scripts you want to execute inside the ~/.termux/boot/ directorystart-services.sh
System information
The text was updated successfully, but these errors were encountered: