systemd-service: Move user to the right section, change type to lowercase
This commit is contained in:
parent
4463c38562
commit
fbe73920ef
@ -1,9 +1,9 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
User=hbase
|
|
||||||
Description=HBase hbck
|
Description=HBase hbck
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=Simple
|
User=hbase
|
||||||
|
Type=simple
|
||||||
ExecStart=/usr/bin/hbase hbck
|
ExecStart=/usr/bin/hbase hbck
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user