fix: update reportbot startup command

The reportbot service startup command has been updated to use the correct module name, `matrix_reportbot`, ensuring the service starts using the intended Python module. This change resolves issues where the reportbot service failed to start due to an incorrect module name reference.
This commit is contained in:
Kumi 2024-05-05 19:46:15 +02:00
parent 8a31063bb2
commit 0845b34780
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -7,7 +7,7 @@ Type=simple
User=reportbot User=reportbot
Group=reportbot Group=reportbot
WorkingDirectory=/opt/reportbot WorkingDirectory=/opt/reportbot
ExecStart=/opt/reportbot/.venv/bin/python3 -um reportbot ExecStart=/opt/reportbot/.venv/bin/python3 -um matrix_reportbot
Restart=always Restart=always
RestartSec=10 RestartSec=10