6 lines
144 B
SYSTEMD
6 lines
144 B
SYSTEMD
|
[Unit]
|
||
|
Description=Telegram Bot for News
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=/opt/TelegramNewsBot/virt_env/bin/python /opt/TelegramNewsBot/main.py
|