add blackbox_exporter role
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
[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
|
Reference in New Issue
Block a user