hbase-exporter/hbase-exporter.service
2019-04-04 15:37:54 +02:00

10 lines
178 B
Desktop File

[Unit]
Description=HBase Exporter for Prometheus
After=network-online.target
[Service]
User=hbase-exporter
ExecStart=/usr/local/bin/hbase-exporter
Restart=always
RestartSec=30s