update service

This commit is contained in:
Cyberes 2024-04-07 22:45:20 -06:00
parent d325a136fa
commit 0db5a00338
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ After=network.target
[Service]
User=matrix-bots
WorkingDirectory=/opt/MatrixGPT/
ExecStart=/opt/MatrixGPT/venv/bin/python3 /opt/MatrixGPT/main.py --config /etc/matrixgpt/config.yaml
ExecStart=/srv/MatrixGPT/venv/bin/python3 /srv/MatrixGPT/main.py --config /etc/matrixgpt/config.yaml
Restart=always
[Install]