hbase-exporter/hbase-exporter.service
2019-04-10 13:14:37 +02:00

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