[Unit] Description=Node-exporter Documentation=https://prometheus.io/docs/introduction/overview/ After=network.target
[Service] User=devel Group=devel ExecStart=/opt/soft/blackbox_exporter-0.24.0.linux-amd64/blackbox_exporter --config.file /opt/soft/blackbox_exporter-0.24.0.linux-amd64/blackbox.yml StandardOutput=syslog StardardError=syslog SyslogIdentifier=blackbox-exporter Restart=always
[Install] WantedBy=multi-user.target
|