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