6
0
Fork 0
This repository has been archived on 2022-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
cdist-recycledcloud/type/__matrix_alertmanager_receiver/files/systemd-unit

12 lines
212 B
Plaintext

[Unit]
Description=Sends Prometheus Alerts to a Matrix room
After=network.target
[Service]
Type=simple
User=prometheus
ExecStart=/usr/local/bin/matrix-alertmanager-receiver
[Install]
WantedBy=multi-user.target