File blackbox_exporter.service of Package blackbox_exporter
[Unit] Description=Blackbox prober exporter Documentation=https://prometheus.io/docs/guides/multi-target-exporter/ Requires=network.target [Service] Type=simple EnvironmentFile=-/etc/sysconfig/blackbox_exporter ExecStart=/usr/bin/blackbox_exporter $EXPORTER_OPTS ExecReload=/bin/kill -HUP $MAINPID PrivateTmp=true ProtectSystem=full NoNewPrivileges=true Restart=on-failure [Install] WantedBy=multi-user.target