15 lines
No EOL
329 B
Desktop File
15 lines
No EOL
329 B
Desktop File
[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 |