https://github.com/borislavv/relp
RELP - remote executable helper.
https://github.com/borislavv/relp
longpolling multithreading rust telegram-bot-api
Last synced: 3 months ago
JSON representation
RELP - remote executable helper.
- Host: GitHub
- URL: https://github.com/borislavv/relp
- Owner: Borislavv
- Created: 2025-01-15T23:07:13.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-02-22T06:32:18.000Z (3 months ago)
- Last Synced: 2025-02-22T07:27:42.919Z (3 months ago)
- Topics: longpolling, multithreading, rust, telegram-bot-api
- Language: Rust
- Homepage:
- Size: 233 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# REPL - remote executor helper.
#### For macOS:
If you want to ensure that the REPL is always running, you would probably like to set up the REPL as a launchctl service. How to set it up? First, you need to copy the example .plist file from the root of the project to the target directory: /Library/LaunchDaemons. The next step is to modify the target .plist and set up the correct environment variables. That's all. Now you can run the make command in the project root directory.#### For linux:
This repository does not have installation instructions for Linux, but you can easily find documentation for setting up a new service with systemctl for use by systemd.