From 0db5a0033860bb00f52d321fa0dbd93933312e0d Mon Sep 17 00:00:00 2001 From: Cyberes Date: Sun, 7 Apr 2024 22:45:20 -0600 Subject: [PATCH] update service --- matrixgpt.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrixgpt.service b/matrixgpt.service index 7e99a7f..7c05eff 100644 --- a/matrixgpt.service +++ b/matrixgpt.service @@ -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]