15 lines
No EOL
282 B
Desktop File
15 lines
No EOL
282 B
Desktop File
[Unit]
|
|
Description=GPTbot - A multifunctional Chatbot for Matrix
|
|
Requires=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=gptbot
|
|
Group=gptbot
|
|
WorkingDirectory=/opt/gptbot
|
|
ExecStart=/opt/gptbot/venv/bin/python3 -um gptbot
|
|
Restart=always
|
|
RestartSec=10
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |