fix service

This commit is contained in:
Cyberes 2024-04-07 22:58:09 -06:00
parent f311cb31da
commit 5fc39d7535
1 changed files with 1 additions and 1 deletions

View File

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