delta-chat-bot/deltabot.service
Алексей Будаев 8f47610133 Initial commit: delta-chat-bot
2026-06-13 15:53:05 +08:00

15 lines
No EOL
329 B
Desktop File

[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