Unable to start metabase as a service in Centos7

Hello, When I try to run systemctl start metabase, I get error as follows:

Failed to start metabase.service: Unit is not loaded properly: Bad message.

My metabase.service file contains the following content:

[Unit]
Description=Metabase server
After=syslog.target
After=network.target[Service]
User=root
Type=simple
ExecStart=/bin/java -jar /var/metabase.jar
Restart=always
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=metabase
[Install] WantedBy=multi-user.target

What to do?