12 lines
265 B
Plaintext
12 lines
265 B
Plaintext
|
[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
|