PeppyMeter

Getting into issues with the service file - it is not created automatically, and when I manually create and edit it triggered errors.

To manually create the file I copied this sample:
https://github.com/seniorgod/ifi-ti...v-file#adjust-the-systemd-service-description

Devices file shows:
device#0=bcm2835 Headphones: - (hw:2,0)
device#1=E50: USB Audio (hw:3,0)
Number of devices = 2

So I edited the service file to this:
[Unit]
Description=Tidal Connect Service*

[Service]
Restart=on-failure
ExecStart=/usr/ifi/ifi-tidal-release/bin/tidal_connect_application \
--tc-certificate-path "/usr/ifi/ifi-tidal-release/id_certificate/IfiAudio_ZenStream.dat" \
--netif-for-deviceid eth0 \
-f "DietPi stream to project“ \
--codec-mpegh true \
--codec-mqa false \
--model-name "DietPi Streamer" \
--disable-app-security false \
--disable-web-security false \
--enable-mqa-passthrough false \
--playback-device "E50: USB Audio (hw:3,0)" \
--log-level 3
User=root
Group=root
RestartSec=1
KillMode=control-group*

[Install]
WantedBy=multi-user.target*


Yet when I try to run the application I get these errors:

services error.jpg


What am I doing wrong???