[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