You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-metrics/exabgp_exporter/files/exabgp_exporter_at.service

15 lines
390 B

[Unit]
Description=Prometheus exporter for exabgp instance %i
Documentation=https://github.com/lusis/exabgp_exporter/blob/master/README.md
[Install]
WantedBy=multi-user.target
[Service]
EnvironmentFile=-/etc/systemd/system/exabgp_exporter@%i.service.env
Environment=command_args="standalone"
TimeoutStartSec=0
Restart=always
RestartSec=5s
ExecStart=/usr/bin/exabgp_exporter $command_args