systemd-service: Move user to the right section, change type to lowercase

This commit is contained in:
Björn Busse 2019-04-10 12:22:53 +02:00
parent 4463c38562
commit fbe73920ef

View File

@ -1,9 +1,9 @@
[Unit]
User=hbase
Description=HBase hbck
[Service]
Type=Simple
User=hbase
Type=simple
ExecStart=/usr/bin/hbase hbck
[Install]