initial commit

This commit is contained in:
2024-03-05 09:49:16 -05:00
commit db6d71d4ff
6 changed files with 308 additions and 0 deletions

13
s3bot.service Normal file
View File

@ -0,0 +1,13 @@
[Unit]
Description=Telegram Bot Service
After=network.target
[Service]
WorkingDirectory=/home/mrhacker/botS3
ExecStart=/home/mrhacker/botS3/venv/bin/python /home/mrhacker/botS3/bots3.py
Restart=always
RestartSec=3
[Install]
WantedBy=multi-user.target