12 lines
230 B
Plaintext
12 lines
230 B
Plaintext
[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
|