ansible/roles/blackbox_exporter/templates/blackbox_exporter.service.j2

12 lines
265 B
Plaintext
Raw Normal View History

2022-08-30 12:45:26 +00:00
[Unit]
Description=Blackbox Exporter
[Service]
User=blackbox_exporter
ExecStart={{ blackbox_exporter_bin_path }}/blackbox_exporter \
--config.file={{ blackbox_exporter_etc_path }}/config.yaml
AmbientCapabilities=CAP_NET_RAW
[Install]
WantedBy=multi-user.target