Skip to content

Managing the Bot Service in Production

Pradhvan edited this page Jul 3, 2025 · 1 revision

Restart the service

sudo systemctl restart django-news-bot.service

Check status

sudo systemctl status django-news-bot.service

See recent logs

sudo journalctl -u django-news-bot.service -f

Or just check if it's running

sudo systemctl is-active django-news-bot.service
Clone this wiki locally