systemd-service: Move user to the right section, change type to lowercase
This commit is contained in:
parent
4463c38562
commit
fbe73920ef
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
[Unit]
|
||||
User=hbase
|
||||
Description=HBase hbck
|
||||
|
||||
[Service]
|
||||
Type=Simple
|
||||
User=hbase
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/hbase hbck
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue