14 lines
254 B
Desktop File
14 lines
254 B
Desktop File
[Unit]
|
|
Description=Telegram Bot Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
WorkingDirectory=/home/mrhacker/botS3
|
|
ExecStart=/home/mrhacker/botS3/venv/bin/python /home/mrhacker/botS3/bots3.py
|
|
Restart=always
|
|
RestartSec=3
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|