xTeVe - IPTV for Plex DVR

I am trying to get xTeVe to run as a systemd process. I have used the script in Github and altered the path to the binary as well as the user running the process. The service fails to run however.

Can someone help me out?

[Unit]
Description=xTeVe Service
Wants=network-online.target
After=network-online.target

[Service]
Type=simple
ExecStart=/install/xteve/xteve
ExecReload=/usr/bin/killall xteve
ExecStop=/usr/bin/killall xteve
KillMode=process
Restart=always
RestartSec=15

User=mlavender
Group=mlavender
[Install]
WantedBy=multi-user.target