-
Notifications
You must be signed in to change notification settings - Fork 454
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
Control Tribler service with systemd #8425
Comments
Sending an HTTP PUT request to the It should be something along the lines of this:
|
Thank you, it works. Where can I find information about API? |
We support Swagger. So, browsing to |
Thank you! |
You're welcome. 👌 By the way, we do have a systemd service file, technically. However, it hasn't been touched in 6 years and it is now completely broken. We would very much enjoy any contributions, if you have a working setup. |
I run Tribler in server mode (with --server) and wrote a simple unit file to launch Tribler, but now I want to implement stop and restart calls. Usually I use SIGTERM, if I know that a program handles it, but in this case I am not sure if my torrents will be ok after that. So, what is the best way to kill Tribler?
The text was updated successfully, but these errors were encountered: