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