Why does system audio not work when I run mycroft at boot?

[Unit]

Description=Mycroft personal AI

After=pulseaudio.service

[Service]

User=evon

WorkingDirectory=/home/evon/mycroft-core

ExecStart=/home/evon/mycroft-core/start-mycroft.sh all

ExecStop=/home/evon/mycroft-core/stop-mycroft.sh

Type=forking

Restart=always

RestartSec=3

[Install]

WantedBy=multi-user.target

This is the file i’m using to start mycroft at boot. It kills my system audio but Mycroft’s audio works fine. Can someone help me figure out why this is happening?