hbase-exporter/hbase-exporter.service

10 lines
168 B
Desktop File

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