Update README.md

This commit is contained in:
justuser-31 2026-03-07 10:08:21 +00:00
parent d57c7bd731
commit c6b3f06b33

View File

@ -3,6 +3,13 @@
Scripts for telegram bot for (re)start/stop without pain. \ Scripts for telegram bot for (re)start/stop without pain. \
**UNIX-ONLY!!!** **UNIX-ONLY!!!**
## Examples
In repository you see examples:
* main.py - your main file
* example.sh - optional script for checking exit code (not needed)
`service.py` is the what you will use for managment of `main.py`
## Usage ## Usage
1. Put service.py in yours project. 1. Put service.py in yours project.
2. Set name of main script - `main.py` 2. Set name of main script - `main.py`