I recently tweaked a package where the service file was installed in system location for systemd, but it needed to be in the user directory. While looking around for the proper macro to use, I noted this guideline implies you can't use %{_userunitdir}, so here's a small tweak pointing out this important alternative.
I recently tweaked a package where the service file was installed in system location for systemd, but it needed to be in the user directory. While looking around for the proper macro to use, I noted this guideline implies you can't use
%{_userunitdir}, so here's a small tweak pointing out this important alternative.