initial commit
This commit is contained in:
13
s3bot.service
Normal file
13
s3bot.service
Normal file
@ -0,0 +1,13 @@
|
||||
[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
|
||||
|
Reference in New Issue
Block a user