Initial commit: delta-chat-bot
This commit is contained in:
commit
8f47610133
10 changed files with 3603 additions and 0 deletions
15
deltabot.service
Normal file
15
deltabot.service
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[Unit]
|
||||
Description=Delta Chat Bot
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=alexabudaev
|
||||
WorkingDirectory=/home/alexabudaev/delta-bot
|
||||
EnvironmentFile=/home/alexabudaev/.config/deltabot/.env
|
||||
ExecStart=/home/alexabudaev/delta-bot/.venv/bin/python deltabot.py
|
||||
Restart=always
|
||||
RestartSec=10
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue