dnsbl_exporter/dnsbl_exporter.service.erb

12 lines
230 B
Plaintext
Raw Permalink Normal View History

2018-12-14 15:16:21 +01:00
[Unit]
Description=Prometheus dnsbl_exporter
[Service]
Restart=always
User=prometheus
WorkingDirectory=<%= Dir.pwd %>
ExecStart=<%= `which bundle`.chomp %> exec puma -b tcp://localhost:9123
[Install]
WantedBy=multi-user.target