fix service
This commit is contained in:
parent
f311cb31da
commit
5fc39d7535
|
@ -4,7 +4,7 @@ After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
User=matrix-bots
|
User=matrix-bots
|
||||||
WorkingDirectory=/opt/MatrixGPT/
|
WorkingDirectory=/srv/MatrixGPT
|
||||||
ExecStart=/srv/MatrixGPT/venv/bin/python3 /srv/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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue