prometheus/templates/systemd/prometheus-memcached-exporter.service.j2

11 lines
310 B
Plaintext
Raw Permalink Normal View History

2022-11-11 17:32:23 +01:00
[Unit]
Description=Prometheus Memcached Exporter
After=network.target
[Service]
Type=simple
2022-11-29 14:59:45 +01:00
ExecStart=/usr/local/bin/prometheus-memcached-exporter {% if prometheus_memcached_socket_path is defined %}--memcached.address="{{ prometheus_memcached_socket_path }}"{% endif %}
2022-11-11 17:32:23 +01:00
[Install]
WantedBy=multi-user.target