All my ducks seem to be in order and the correct configs in the right place. But i keep getting this message. As you can see the file exists. It is not empty, but systemctl cannot find it. Any help would be very very appreciated.
•fedora 40 xfce spin •kernel 6.9.9.200 •fucking chromebook
Why are you creating a system service for a user application? It will run Spotify as root unless you override the user. Did you know you can add your own services for your user at
~/.config/systemd/user/
?Anyway, your method to add the service seems correct (create a file and reload the daemon), so I suspect it might refuse to load the file due to a syntax error in the service. Also perhaps compare the file permissions with the other files in the systemd folder.
Ill give it a look tomorrow when i sart my nonsense up again.
If you just want it to auto-start at login, you could create a symlink from the .desktop file to
~/.config/autostart
.Something like
ln ~/.local/applications/spotify.desktop ~/.config/autostart
(orln /usr/share/applications/spotify.desktop ~/.config/autostart
if that’s where it installed to).I believe most DE’s will pick this up automatically.