Change service user to hdfs

This commit is contained in:
Björn Busse 2019-04-10 13:14:37 +02:00
parent a2b179459f
commit 8d1a2cab37
1 changed files with 1 additions and 1 deletions

View File

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