update service
This commit is contained in:
parent
d325a136fa
commit
0db5a00338
|
@ -5,7 +5,7 @@ After=network.target
|
||||||
[Service]
|
[Service]
|
||||||
User=matrix-bots
|
User=matrix-bots
|
||||||
WorkingDirectory=/opt/MatrixGPT/
|
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
|
Restart=always
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Reference in New Issue