# conference-bot.service [Unit] Description=Conference Telegram Bot After=network.target [Service] Type=simple User=YOUR_LINUX_USER WorkingDirectory=/home/YOUR_LINUX_USER/conference-bot ExecStart=/home/YOUR_LINUX_USER/conference-bot/venv/bin/python bot.py Restart=on-failure RestartSec=5 EnvironmentFile=/home/YOUR_LINUX_USER/conference-bot/.env [Install] WantedBy=multi-user.target