I'm from there too. I could feel myself slowly becoming that type of libertarian shit head growing up until I moved away. Libertarianism is the only way you can rationalize all the bullshit you see around you and still remain in that environment.
It takes a severe level of willful ignorance to work for the MIC. They're so close to the contradictions at play that whenever you try to interrogate them on those contradictions they just short circuit in a way. Often they'll repeat some sort of aphorism.
For some reason you're trying to install it as a system service so I suspect you need to start it with
sudo
and probably do the daemon reload with sudo. Not entirely sure its in the right folder but it might be fine.You can also try
systemctl list-unit
as a way to debug if its getting found by systemd.Fwiw I have spotifyd installed as a user service in
~/.config/systemd/user
that way I can start and stop it withsystemctl --user
instead ofsudo systemctl
. This is important because spotifyd will disconnect and need to be restarted after inactivity.