MatrixGPT/matrixgpt.service

15 lines
286 B
SYSTEMD
Raw Normal View History

2023-03-18 02:30:12 -06:00
[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
Restart=always
[Install]
WantedBy=multi-user.target