[Unit] Description=Icinga to Kuma converter. After=network.target [Service] User=flask Environment="ICINGA2KUMA_ICINGA2_PW=[your icinga2 API password]" WorkingDirectory=/opt/icinga2-checks ExecStart=/opt/MatrixGPT/venv/bin/python3 /opt/MatrixGPT/main.py --config /etc/matrixgpt/config.yaml Restart=always [Install] WantedBy=multi-user.target