ansible: Install rasdaemon and prometheus exporter on CI hosts
[lttng-ci.git] / automation / ansible / roles / rasdaemon / templates / rasdaemon-exporter.service.j2
1 [Unit]
2 Description=Rasdaemon Prometheus Exporter
3 After=network.target
4
5 [Service]
6 Type=simple
7 ExecStart=/usr/local/bin/rasdaemon-exporter -l "{{rasdaemon_prometheus_exporter_bind_address}}" -p "{{rasdaemon_prometheus_exporter_port}}"
8
9 [Install]
10 WantedBy=multi-user.target
This page took 0.030048 seconds and 4 git commands to generate.