Spotifyd and spotifyd.service

Hello guys,

Something I don’t understand: I’ve installed spotifyd which is in community repository.
The files are:

/usr/bin/spotifyd
/usr/lib/systemd/user/spotifyd.service

With the terminal when I launch spotifyd: nothing happen.
When I want launch it by systemctl:

sudo systemctl start spotifyd.service

The answer is:

Failed to start spotifyd.service: Unit spotifyd.service not found.

On github, there is no explanation. How can I use this?

Thanks for helping

systemctl doesnt need sudo … and

Looks like you should use it as a user unit … ie:

systemctl --user start spotifyd

True. Check app’s wiki. You will need to configure it.