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