Initial commit: delta-chat-bot

This commit is contained in:
Алексей Будаев 2026-06-13 15:53:05 +08:00
commit 8f47610133
10 changed files with 3603 additions and 0 deletions

15
deltabot.service Normal file
View file

@ -0,0 +1,15 @@
[Unit]
Description=Delta Chat Bot
After=network.target
[Service]
Type=simple
User=alexabudaev
WorkingDirectory=/home/alexabudaev/delta-bot
EnvironmentFile=/home/alexabudaev/.config/deltabot/.env
ExecStart=/home/alexabudaev/delta-bot/.venv/bin/python deltabot.py
Restart=always
RestartSec=10
[Install]
WantedBy=multi-user.target