mirror of
https://github.com/flynx/photographer.ru-bot-tg2vk.git
synced 2025-10-29 11:10:10 +00:00
13 lines
229 B
SYSTEMD
13 lines
229 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Photographer.ru telegram to VK repost bot
|
||
|
|
After=multi-user.target
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=simple
|
||
|
|
User=andrey
|
||
|
|
Restart=always
|
||
|
|
ExecStart=/usr/bin/python3 /home/andrey/bot-test/bot.py
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|