Merge pull request #140384 from NixOS/backport-139925-to-release-21.05

[Backport release-21.05] psi-notify: move systemd unit to $out/lib
This commit is contained in:
figsoda 2021-10-03 11:16:13 -04:00 committed by GitHub
commit 7aa0a65b00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
install -D psi-notify $out/bin/psi-notify
substituteInPlace psi-notify.service --replace psi-notify $out/bin/psi-notify
install -D psi-notify.service $out/share/systemd/user/psi-notify.service
install -D psi-notify.service $out/lib/systemd/user/psi-notify.service
runHook postInstall
'';