Been unable to enable the rescrobbled daemon that the AUR package comes with through systemctl; get the following error message when I try to enable it.
Failed to enable unit: Unit file rescrobbled.service does not exist.
This is despite being able to see rescrobbled.service
in /usr/lib/systemd/user
.
For now, I've been able to put the rescrobbled.service
file from github into ~/.config/systemd/user/
, changed ExecStart to ExecStart=/usr/bin/rescrobbled
, and then enable the service in user mode.
If anyone has an idea on how to enable the daemon in /usr/lib/systemd/user
as a system unit, please let me know.
Pinned Comments
brycec commented on 2021-03-01 21:53 (UTC) (edited on 2021-03-01 21:53 (UTC) by brycec)
Just as a reminder, this is a VCS (ends in
-git
) package meaning that every time you build this package, it actually pulls the latest code from git. The version number on AUR and in thePKGBUILD
is only representative of the last time thePKGBUILD
file was itself touched.Citation: https://wiki.archlinux.org/index.php/Arch_User_Repository#Flagging_packages_out-of-date