tg-channel-bot/deploy/tg-channel-bot.service

21 lines
476 B
Desktop File

[Unit]
Description=Telegram Channel Bot
After=network.target
[Service]
Type=simple
User=www
Group=www
WorkingDirectory=/www/wwwroot/tg-channel-bot
EnvironmentFile=/www/wwwroot/tg-channel-bot/.env
ExecStart=/www/wwwroot/tg-channel-bot/venv/bin/python bot.py run
Restart=always
RestartSec=10
# 日志输出
StandardOutput=append:/www/wwwroot/tg-channel-bot/logs/bot.log
StandardError=append:/www/wwwroot/tg-channel-bot/logs/bot_error.log
[Install]
WantedBy=multi-user.target