bots3/s3bot.service

14 lines
254 B
SYSTEMD
Raw Normal View History

2024-03-05 08:49:16 -06:00
[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