diff --git a/systemd/telegram.bot.news.service b/systemd/telegram.bot.news.service index 14f306e..c9a8707 100644 --- a/systemd/telegram.bot.news.service +++ b/systemd/telegram.bot.news.service @@ -4,4 +4,4 @@ Description=Telegram Bot for News [Service] Type=oneshot WorkingDirectory=/opt/TelegramNewsBot/ -ExecStart=virt_env/bin/python main.py \ No newline at end of file +ExecStart=/opt/TelegramNewsBot/virt_env/bin/python main.py \ No newline at end of file